Cell.ResolveColumnAddress Method

NanoXLSX

NanoXLSX

CellResolveColumnAddress Method

Gets the column address (A - XFD)

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public static string ResolveColumnAddress(
	int columnNumber
)

Parameters

columnNumber
Type: SystemInt32
Column number (zero-based)

Return Value

Type: String
Column address (A - XFD)
Exceptions
ExceptionCondition
RangeExceptionThrows an RangeException if the passed column number was out of range
See Also