<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >SetLeftBorderThickness |
Sets the thickness of the left border.
Prototype :
void SetLeftBorderThickness
(
string LeftBorderThickness
)
Arguments :
LeftBorderThickness |
specify by the form of "thickness gap thickness gap thickness ..." for multiple border lines. |
Example :
//single border line
This.SetLeftBorderThickness("5");
//multiple border lines
This.SetLeftBorderThickness("5 6 7 6 9");
Available Events :
All Events