TabSheetRange.setEnabled

Syntax

setEnabled(value);

Parameters

value. Indicates if the range is available. If the parameter is set to True all cells in the given range are available, otherwise they are not available.

Description

The setEnabled method manages availability of cells in the given range.

Example

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

See also:

TabSheetRange