Worksheet.GoToNextRow Method (Int32)

NanoXLSX

NanoXLSX

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)
Syntax
C#
public void GoToNextRow(
	int numberOfRows
)

Parameters

numberOfRows
Type: SystemInt32
Number of rows to move
See Also