TabSheetMeasures.isColumnHidden

Syntax

isColumnHidden(colIndex: Number);

Parameters

colIndex. Table column index.

Description

The isColumnHidden method determines whether specified table column is hidden.

Comments

This method returns True if the specified column is hidden, otherwise it returns False.

Example

The example of use is given on the page with description of the TabSheetMeasures.isColInsideVisibleRange method.

Seebsp;also:

TabSheetMeasures