Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetColumnCoords Method
value. like "A1","AA12"
column index base 0


In This Topic
GetColumnCoords Method
In This Topic
Gets the cell coords.
Syntax
'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)

Parameters

value
value. like "A1","AA12"
column
column index base 0
See Also