'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"...