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

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 |
