 | CellResolveCellCoordinate(String) Method |
Gets the column and row number (zero based) of a cell by the address
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntaxpublic static CellAddress ResolveCellCoordinate(
string address
)
Parameters
- address String
- Address as string in the format A1 - XFD1048576.
Return Value
CellAddressStruct with row and column.
See Also