'Declaration
Public Function ToRelative( _ ByVal contextRow As Integer, _ ByVal contextColumn As Integer _ ) As CellReference
'Usage
Dim instance As CellReference Dim contextRow As Integer Dim contextColumn As Integer Dim value As CellReference value = instance.ToRelative(contextRow, contextColumn)
public CellReference ToRelative( int contextRow, int contextColumn )
Parameters
- contextRow
- An integer value indicates the context row index.
- contextColumn
- An integer value indicates the context column index.
Return Value
A CellReference indicates the target location.