Worksheet.GoToNextColumn Method (Int32)

NanoXLSX

NanoXLSX

WorksheetGoToNextColumn Method (Int32)

Moves the current position to the next column with the number of cells to move

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void GoToNextColumn(
	int numberOfColumns
)

Parameters

numberOfColumns
Type: SystemInt32
Number of columns to move
See Also