Cell.ResolveColumnAddress Method

PicoXLSX

PicoXLSX

CellResolveColumnAddress Method

Gets the column address (A - XFD)

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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