[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.CellReference.ToAbsolute

ToAbsolute Method

ToAbsolute(int, int)

Returns the absolute reference of the CellReference object which relates with the context cell (specified by contextRow and contextColumn.

Declaration
public CellReference ToAbsolute(int contextRow, int contextColumn)
Public Function ToAbsolute(contextRow As Integer, contextColumn As Integer) As CellReference
Parameters
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.

Returns
Type Description
CellReference