[]
Gets cell name(address) according to its row and column indexes.
public static string CellIndexToName(int row, int column)
Public Shared Function CellIndexToName(row As Integer, column As Integer) As String
Type | Description |
---|---|
string | The address of cell. |