Worksheet.GoToNextColumn Method (Int32)

PicoXLSX

PicoXLSX

WorksheetGoToNextColumn Method (Int32)

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

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public void GoToNextColumn(
	int numberOfColumns
)

Parameters

numberOfColumns
Type: SystemInt32
Number of columns to move
See Also