TabSheetRange.topExpand

Syntax

topExpand(amount: Number, ignoreInvalid: Boolean);

Parameters

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

ignoreInvalid. Indicates if non-existing table rows are ignored. If the parameter is set to True non-existing rows are ignored, when the parameter is False, they are not ignored.

Description

The topExpand method expands the range of table cells to the top by specified number of rows.

Comments

This method returns a Number type value: that is, the number of rows by which the range is expanded.

Example

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

Seebsp;also:

TabSheetRange