Spread Windows Forms 12.0 Product Documentation
ToAbsolute(Int32,Int32) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > RangeReference Structure > ToAbsolute Method : ToAbsolute(Int32,Int32) Method
An integer indicates the row index of context cell.
An integer indicates the column index of context cell.
Returns the absolute reference of the RangeReference object which relates with the context cell (specified by contextRow and contextColumn.
Syntax
'Declaration
 
Public Overloads Function ToAbsolute( _
   ByVal contextRow As Integer, _
   ByVal contextColumn As Integer _
) As RangeReference
'Usage
 
Dim instance As RangeReference
Dim contextRow As Integer
Dim contextColumn As Integer
Dim value As RangeReference
 
value = instance.ToAbsolute(contextRow, contextColumn)
public RangeReference ToAbsolute( 
   int contextRow,
   int contextColumn
)

Parameters

contextRow
An integer indicates the row index of context cell.
contextColumn
An integer indicates the column index of context cell.
See Also

Reference

RangeReference Structure
RangeReference Members
Overload List