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
- row index
- column
- column index
Return Value
the address of cell
See Also