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

 

IsShowDividingLine

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

IsShowDividingLine

 

 

Indicates whether to show dividing line.

 

 

 

Prototype :

 

bool IsShowDividingLine

(

        No Arguments

)

 

 

 

Example :

 

if(This.IsShowDividingLine() == true) {

  _TraceLn("true");

} else {

  _TraceLn("false");

}

 

 

 

Available Events :

 

All Events