Workbook.Shortener.Right Method (Int32)

NanoXLSX

NanoXLSX

WorkbookShortenerRight Method (Int32)

Moves the cursor the number of defined columns to the right

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

Parameters

numberOfColumns
Type: SystemInt32
Number of columns to move
See Also