PicoXLSX Library Documentation
![]() | 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)

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: StringCell Address as string in the format A1 - XFD1048576

Exception | Condition |
---|---|
RangeException | Throws an RangeException if the start or end address was out of range |
