Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetCellCoords Method / GetCellCoords(Int32,Int32) Method
row index base 0
column index base 0


In This Topic
GetCellCoords(Int32,Int32) Method
In This Topic
Gets the cell coords.
Syntax
'Declaration
 
Public Overloads Shared Function GetCellCoords( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As String
 
'Usage
 
Dim row As Integer
Dim column As Integer
Dim value As String
 
value = ExcelXMLHelpers.GetCellCoords(row, column)

Parameters

row
row index base 0
column
column index base 0

Return Value

the cell name, like "A1","B2"...
See Also