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