resize method

This method resizes the specified range and returns a Range object that represents the resized range.

Defined in

Range

Syntax

public Range resize(int rowSize, int colSize) throws SymphonyException

Parameters

int rowSize

Specifies the new number of rows.

int colSize

Specifies the new number of columns.

Return Value

range

A Range object that represents the resized range.

Usage

If the row number or column number of the range is out of bounds, this method throws an exception.

See examples

Example: resize method