<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >SetBottomBorderThickness |
Sets the thickness of the bottom border.
Prototype :
void SetBottomBorderThickness
(
string BottomBorderThickness
)
Arguments :
BottomBorderThickness |
set the value in the form of "thickness gap thickness gap thickness ..." for multiple border lines. |
Example :
//one border line
This.SetBottomBorderThickness("5");
//nultiple border lines
This.SetBottomBorderThickness("5 6 7 6 9");
Available Events :
All Events