[]
Returns the absolute reference of the CellReference object which relates with the context cell
(specified by contextRow and contextColumn.
public CellReference ToAbsolute(int contextRow, int contextColumn)
Public Function ToAbsolute(contextRow As Integer, contextColumn As Integer) As CellReference
| 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 |
|---|---|
| CellReference | The absolute reference of the CellReference object which relates with the context cell |