TabSheet.isColVisible

Syntax

isColVisible(colIndex: Number);

Parameters

colIndex. Table column index.

Description

The isColVisible method determines table column visibility.

Comments

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

Example

The example of use is given on the page with description of the TabSheet.showRows method.

Seebsp;also:

TabSheet