[]
Returns an IRange object that represents the offset of this range.
IRange Offset(int rowOffset, int columnOffset)
Function Offset(rowOffset As Integer, columnOffset As Integer) As IRange
| Type | Name | Description |
|---|---|---|
| int | rowOffset | Row offset. |
| int | columnOffset | Column offset. |
| Type | Description |
|---|---|
| IRange | A new range which consists of the offset of this range. |