<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > Method >IsEvenRowsInGrouping |
Indicates whether to adjust the height of non grouped labels to the height of grouped labels.
Prototype :
bool IsEvenRowsInGrouping
(
No Arguments
)
Example :
if(This.IsEvenRowsInGrouping() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
Available Events :
All Events