Workbook.Shortener.Down Method (Int32)

PicoXLSX

PicoXLSX

WorkbookShortenerDown Method (Int32)

Moves the cursor the number of defined rows down

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

Parameters

numberOfRows
Type: SystemInt32
Number of rows to move
See Also