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