Click or drag to resize

XlsWorksheet DeleteRows Method

Removes specified rows.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void DeleteRows(
	int[] rows
)

Parameters

rows
Type: System Int32
Index of all row that need to remove
See Also