Link Search Menu Expand Document

RowDeleteCell Method

Deletes the cells.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-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