TabSheet.isRowVisible

Syntax

isRowVisible(rowIndex: Number);

Parameters

rowIndex. Table row index.

Description

The isRowVisible method determines visibility of a table row.

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