public static void GetColumnCoords( string value, ref int column )
'Declaration Public Shared Sub GetColumnCoords( _ ByVal value As String, _ ByRef column As Integer _ )
'Declaration
Public Shared Sub GetColumnCoords( _ ByVal value As String, _ ByRef column As Integer _ )
'Usage Dim value As String Dim column As Integer ExcelXMLHelpers.GetColumnCoords(value, column)
'Usage
Dim value As String Dim column As Integer ExcelXMLHelpers.GetColumnCoords(value, column)
ExcelXMLHelpers Class ExcelXMLHelpers Members