TabSheetRange.verticalExpand

Syntax

verticalExpand(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 verticalExpand method expands a range of table cells to the top and to bottom 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.horizontalExpand method.

Seebsp;also:

TabSheetRange