TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > Method >

 

SetFixedTopLevelRowCount

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > Method >

 

SetFixedTopLevelRowCount

 

 

Sets the number of fixed top-level rows When the CrosstabValueLabel is fixed in a row direction.

 

 

 

Prototype :

 

void SetFixedTopLevelRowCount

(

       integer FixedTopLevelRowCount

)

 

 

 

Arguments :

 

FixedTopLevelRowCount

the number of fixed top-level rows

 

 

 

Reference :

 

This function is used to be also fixed to the CrosstabValueLabel when the CrosstabHeaderLabel is fixed.

 

This function runs only if the CrosstabHeaderLabel is fixed. In addition, if Viewer can not display the page with a label that is not fixed, this function does not run.

 

The specified number is the number of fixed top-level rows. The specified number is applied as follows:

 

 

 

Example :

 

This.SetFixTitle(true);

This.SetFixedTopLevelRowCount(1);

 

 

 

Available Events :

 

All Events

 

 

 

See also :

 

SetFixTitle