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

C#
public static string ResolveColumnAddress( int columnNumber )
Parameters
- columnNumber
- Type: SystemInt32
Column number (zero-based)
Return Value
Type: StringColumn address (A - XFD)

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