[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.RangeReference.ToAbsolute

ToAbsolute Method

ToAbsolute(int, int)

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

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

ToAbsolute()

Removes relate reference flag(s) to get the absolute reference.

Declaration
public RangeReference ToAbsolute()
Public Function ToAbsolute() As RangeReference
Returns
Type Description
RangeReference

A RangeReference. value represents the absolute reference of this reference.