<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableValue > Method >SetLeftGroupingCount |
Sets the number of table value labels to be left-grouped.
Prototype :
void SetLeftGroupingCount
(
integer LeftGroupingCount
)
Arguments :
LeftGroupingCount |
the number of table value labels to be left-grouped |
Example :
This.SetLeftGroupingCount(1);
Available Events :
OnBind