offset method

This method returns a Range object that represents a range that is offset from the specified range.

Defined in

Range

Syntax

public Range offset(int rowOffset, int columnOffset)  throws SymphonyException

Parameters

int rowOffset

Specifies the offset of row.

int columnOffset

Specifies offset of column.

Return Value

range

A Range object.

Usage

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

See examples

Example: offset method