Click or drag to resize

XlsWorksheet DeleteRow Method (Int32)

Delete a 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
)

Parameters

index
Type: System Int32
Row index to remove

Implements

IWorksheet DeleteRow(Int32)
See Also