TabSheetMeasures.getNextNonHiddenColumn

Syntax

getNextNonHiddenColumn(colIndex: Number);

Parameters

colIndex. Table column index.

Description

The getNextNonHiddenColumn method returns index of the non-hidden table column that goes after a specified column.

Comments

This method returns a Number type value.

Example

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

Seebsp;also:

TabSheetMeasures