<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabValueTitle > Method >SetShowBorder |
Sets whether to show the border.
Prototype :
void SetShowBorder
(
bool ShowBorder
)
Arguments :
ShowBorder |
true for showing border |
Example :
This.SetShowBorder(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind