PicoXLSX Library Documentation
![]() | WorksheetGoToNextRow Method (Int32) |
Moves the current position to the next row with the number of cells to move (use for a new line)
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public void GoToNextRow( int numberOfRows )
Parameters
- numberOfRows
- Type: SystemInt32
Number of rows to move
