Workbook.Shortener.Down Method (Int32)

NanoXLSX

NanoXLSX

WorkbookShortenerDown Method (Int32)

Moves the cursor the number of defined rows down

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

Parameters

numberOfRows
Type: SystemInt32
Number of rows to move
See Also