TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >

 

SetTopBorderThickness

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >

 

SetTopBorderThickness

 

 

Sets the thickness of the top border.

 

 

 

Prototype :

 

void SetTopBorderThickness

(

        string TopBorderThickness

)

 

 

 

Arguments :

 

TopBorderThickness

set the value in the form of "thickness gap thickness gap thickness ..." for multiple border lines.

 

 

 

Example :

 

//one border line

 This.SetTopBorderThickness("5");

 

//multiple border lines

 This.SetTopBorderThickness("5 6 7 6 9");

 

 

 

Available Events :

 

All Events