Click or drag to resize
NanoXLSX

WorksheetGoToNextRow(Int32, Boolean) Method

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: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public void GoToNextRow(
	int numberOfRows,
	bool keepColumnPosition = false
)

Parameters

numberOfRows  Int32
Number of rows to move
keepColumnPosition  Boolean  (Optional)
If true, the column position is preserved, otherwise set to 0
Remarks
The value can also be negative. However, resulting row numbers below 0 or above 1048575 will cause an exception
See Also