<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabValue > Method >GetColPivot |
Gets the pivot column value.
Prototype :
string GetColPivot
(
integer Level
)
Arguments :
Level |
level |
Reference :
The highest pivot level is 0 and the lower level is increased by 1.
Example :
_TraceLn(This.GetColPivot(0));
Available Events :
OnBind