Version

DeleteDataRows Method

Deletes one or more data rows from the table
Syntax
public void DeleteDataRows( 
   int dataRowIndex,
   int count
)

Parameters

dataRowIndex
The deletion start relative to the first row in the DataAreaRegion.
count
The number of rows to delete.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionIf the operation is not allowed, e.g. if it would cause data to be shifted off the worksheet.
System.IndexOutOfRangeExceptionIf index is negative.
System.ArgumentOutOfRangeExceptionIf count is less than 1 or greater than or equal all the rows (excluding header and total rows) in the table.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also