Cell.ResolveCellAddress Method

PicoXLSX

PicoXLSX

CellResolveCellAddress Method

Gets the address of a cell by the column and row number (zero based)

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public static string ResolveCellAddress(
	int column,
	int row
)

Parameters

column
Type: SystemInt32
Column number of the cell (zero-based)
row
Type: SystemInt32
Row number of the cell (zero-based)

Return Value

Type: String
Cell Address as string in the format A1 - XFD1048576
Exceptions
ExceptionCondition
RangeExceptionThrows an RangeException if the start or end address was out of range
See Also