<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableValue > Method >SetPriorLabel |
Set a table value label as the prior label.
Prototype :
void SetPriorLabel
(
string PriorLabel
)
Arguments :
PriorLabel |
table value label's name |
Reference :
The grouping property of the table value label to be the prior label should be set to True.
Example :
This.SetPriorLabel("TableValue1");
Available Events :
OnInitialize, OnStartBind