Click or drag to resize

IWorksheet DeleteRow Method

Removes specified row (with formulas update).

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

Parameters

index
Type: System Int32
One-based row index to remove.
See Also