<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >SetBorderType |
Sets the type of border.
Prototype :
void SetBorderType
(
string BorderType
)
Arguments :
BorderType |
refer to BorderTypeConst |
Example :
//string
This.SetBorderType("AllPages");
//constant
This.SetBorderType(BorderTypeConst.AllPages);
Available Events :
All Events
See also :