Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / FormulaEngine Class / UnparseA1Reference Method / UnparseA1Reference(Int32,Int32,Int32,Int32) Method


In This Topic
    UnparseA1Reference(Int32,Int32,Int32,Int32) Method
    In This Topic
    Unparses the range reference in A1 reference style.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function UnparseA1Reference( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer _
    ) As String
    'Usage
     
    
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim value As String
     
    value = FormulaEngine.UnparseA1Reference(row, column, row2, column2)
    public static string UnparseA1Reference( 
       int row,
       int column,
       int row2,
       int column2
    )

    Parameters

    row
    column
    row2
    column2
    See Also