In This Topic
Gets cell row and column according to its name(address).
Syntax
public static void CellNameToIndex(
System.string ,
out System.int ,
out System.int column
)
Parameters
- name
- The cell name.
- row
- The row index.
- column
- The column index.
See Also