Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellReference Structure / ToAbsolute Method
An integer indicates the row index of context cell.
An integer indicates the column index of context cell.


In This Topic
    ToAbsolute Method (CellReference)
    In This Topic
    Returns the absolute reference of the CellReference object which relates with the context cell (specified by contextRow and contextColumn.
    Syntax
    'Declaration
     
    
    Public Function ToAbsolute( _
       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.ToAbsolute(contextRow, contextColumn)
    public CellReference 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