Winnovative Excel Library

ExcelWorksheetDeleteRow Method

Winnovative Excel Library Documentation
Removes the row at the specified zero based index from worksheet.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void DeleteRow(
	int rowIndex
)

Parameters

rowIndex
Type: SystemInt32
The one based index of the row to be removed.
See Also

Reference