NanoXLSX 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: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

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