<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > Method >IsExtendRowPivot |
Indicates whether auto sizing pivot row for its content is allowed.
Prototype :
bool IsExtendRowPivot
(
No Arguments
)
Example :
if(This.IsExtendRowPivot() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
Available Events :
All Events