TabSheetRange.rightExpand

Syntax

rightExpand(amount: Number, ignoreInvalid: Boolean);

Parameters

amount. Number of columns by which the range should be expanded.

ignoreInvalid. Indicates whether to ignore non-existing table columns. If the parameter is True non-existing columns are ignored, if it is False they are accounted for.

Description

The rightExpand method expands a range of table cells to the right by specified number of columns.

Comments

This method gets a Number value: the number of columns by which the range was expanded.

Example

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

Seebsp;also:

TabSheetRange