RowDeleteCell Method Bytescout Spreadsheet SDK
Deletes the cells.

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

public void DeleteCell(
	int First,
	int Last
)

Parameters

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

Implements

IRowDeleteCell(Int32, Int32)
See Also

Reference