public static void GetCellCoords( string value, ref int row, ref int column )
'Declaration Public Overloads Shared Sub GetCellCoords( _ ByVal value As String, _ ByRef row As Integer, _ ByRef column As Integer _ )
'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)
'Usage
Dim value As String Dim row As Integer Dim column As Integer ExcelXMLHelpers.GetCellCoords(value, row, column)
ExcelXMLHelpers Class ExcelXMLHelpers Members Overload List