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