RowsDelete Method (Int32, Int32)Bytescout Spreadsheet SDK
Deletes rows from First to Last indexes.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public void Delete(
	int First,
	int Last
)

Parameters

First
Type: SystemInt32
The index first row.
Last
Type: SystemInt32
The index last row.

Implements

IRowsDelete(Int32, Int32)
See Also

Reference