TabSheetRange.isWholeHidden

Syntax

isWholeHidden();

Description

The isWholeHidden method determines whether all cells in the given range are hidden.

Comments

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

Example

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

See also:

TabSheetRange