Click or drag to resize

XlsWorksheet DeleteRow Method (Int32, Int32)

Removes specified row.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void DeleteRow(
	int index,
	int count
)

Parameters

index
Type: System Int32
One-based row index to remove
count
Type: System Int32
Number of rows to delete.
See Also