NanoXLSX Library Documentation
![]() | CellResolveCellCoordinate Method (String) |
Gets the column and row number (zero based) of a cell by the address
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public static CellAddress ResolveCellCoordinate( string address )
Parameters
- address
- Type: SystemString
Address as string in the format A1 - XFD1048576
Return Value
Type: CellAddressStruct with row and column

Exception | Condition |
---|---|
FormatException | Throws a FormatException if the passed address is malformed |
RangeException | Throws an RangeException if the value of the passed address is out of range (A-XFD and 1 to 1048576) |
