<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > FixedTableLabel > Method >SetPageSeparator |
Sets the page separator of the system label.
Prototype :
void SetPageSeparator
(
string PageSeparator
)
Arguments :
PageSeparator |
page separator |
Reference :
Label data type should be the system type.
Example :
This.SetPageSeparator("-");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind