In This Topic
Gets cell name(address) according to its row and column indexes.
Syntax
public static System.string CellIndexToName(
System.int ,
System.int column
)
Parameters
- row
- The row index.
- column
- The column index.
Return Value
The address of cell.
See Also