Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetCellCoords Method / GetCellCoords(String,Int32,Int32) Method


In This Topic
    GetCellCoords(String,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub GetCellCoords( _
       ByVal value As String, _
       ByRef row As Integer, _
       ByRef column As Integer _
    ) 
    'Usage
     
    
    Dim value As String
    Dim row As Integer
    Dim column As Integer
     
    ExcelXMLHelpers.GetCellCoords(value, row, column)
    public static void GetCellCoords( 
       string value,
       ref int row,
       ref int column
    )

    Parameters

    value
    row
    column
    See Also