 | CellResolveCellCoordinate(String) Method |
Gets the column and row number (zero based) of a cell by the address
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+c253a7d00ca5e19be14df4552cf12c589ec4ab3e
Syntaxpublic static Address ResolveCellCoordinate(
string address
)
Parameters
- address String
- Address as string in the format A1 - XFD1048576
Return Value
AddressStruct with row and column
Exceptions| Exception | Condition |
|---|
| FormatException | Throws a FormatException if the passed address is malformed |
| RangeException | Throws a RangeException if the value of the passed address is out of range (A-XFD and 1 to 1048576) |
See Also