TabSheetRange.isVisible

Syntax

isVisible();

Description

The isVisible method determines whether at least one cell in the given range is visible.

Comments

This method returns True if at least one cell in the given range is visible, and False if all the cells are hidden.

Example

The example of use is given on the page with description of the TabSheetRange.ensureVisibility method.

See also:

TabSheetRange