Workbook.Shortener.Right Method (Int32)

PicoXLSX

PicoXLSX

WorkbookShortenerRight Method (Int32)

Moves the cursor the number of defined columns to the right

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

Parameters

numberOfColumns
Type: SystemInt32
Number of columns to move
See Also