TabSheetMeasures.isRowHidden

Syntax

isRowHidden(rowIndex: Number);

Parameters

rowIndex. Table row index.

Description

The isRowHidden method determines whether the specified table row is a hidden row.

Comments

This method returns True if the row 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