<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > Method >SetRightBorderDash |
Sets the dash pattern of the right border.
Prototype :
void SetRightBorderDash
(
string RightBorderDash
)
Arguments :
RightBorderDash |
dash pattern in the form of "dash gap;dash gap;...". |
Example :
This.SetRightBorderDash("4 3");
Available Events :
All Events