TabSheetRange.isAllRowsHidden

Syntax

isAllRowsHidden();

Description

The isAllRowsHidden method determines whether all rows in the given range are hidden.

Comments

This method returns True if all rows in the given range are hidden, and False if at least one row is not hidden.

Example

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

See also:

TabSheetRange