[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.Offset

Offset Method

Offset(int, int)

Returns an IRange object that represents the offset of this range.

Declaration
IRange Offset(int rowOffset, int columnOffset)
Function Offset(rowOffset As Integer, columnOffset As Integer) As IRange
Parameters
Type Name Description
int rowOffset

Row offset.

int columnOffset

Column offset.

Returns
Type Description
IRange

A new range which consists of the offset of this range.