NanoXLSX Library Documentation
![]() | CellResolveColumn Method |
Gets the column number from the column address (A - XFD)
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
SyntaxC#
public static int ResolveColumn( string columnAddress )
Parameters
- columnAddress
- Type: SystemString
Column address (A - XFD)
Return Value
Type: Int32Column number (zero-based)
Exceptions| Exception | Condition |
|---|---|
| RangeException | Throws an RangeException if the passed address was out of range |
See Also