PicoXLSX Library Documentation
![]() | WorksheetSetCurrentCellAddress Method (Int32, Int32) |
Set the current cell address
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public void SetCurrentCellAddress( int columnAddress, int rowAddress )
Parameters
- columnAddress
- Type: SystemInt32
Column number (zero based) - rowAddress
- Type: SystemInt32
Row number (zero based)

Exception | Condition |
---|---|
RangeException | Throws an RangeException if one of the passed cell addresses is out of range |
