[]
Returns the absolute reference of the RangeReference object which relates with the context cell
(specified by contextRow and contextColumn.
public RangeReference ToAbsolute(int contextRow, int contextColumn)
Public Function ToAbsolute(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 absolute reference of this reference. |
Removes relate reference flag(s) to get the absolute reference.
public RangeReference ToAbsolute()
Public Function ToAbsolute() As RangeReference
| Type | Description |
|---|---|
| RangeReference | A RangeReference. value represents the absolute reference of this reference. |