PicoXLSX Library Documentation
![]() | CellResolveColumn Method |
Gets the column number from the column address (A - XFD)
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public static int ResolveColumn( string columnAddress )
Parameters
- columnAddress
- Type: SystemString
Column address (A - XFD)
Return Value
Type: Int32Column number (zero-based)

Exception | Condition |
---|---|
RangeException | Throws an RangeException if the passed address was out of range |
