[]
Returns the target reference of the RangeReference object which relates with the context cell
(specified by contextRow and contextColumn.
Position state of the RangeReference is unchanged.
public RangeReference ToRelative(int contextRow, int contextColumn)
Public Function ToRelative(contextRow As Integer, contextColumn As Integer) As RangeReference
| Type | Name | Description |
|---|---|---|
| int | contextRow | An integer indicates the row index of context cell. |
| int | contextColumn | An integer indicates the column index of context cell. |
| Type | Description |
|---|---|
| RangeReference | A RangeReference value represents the target reference of this reference. |