RemoveAt

RowCollection.RemoveAt method

Removes a row at the specified position from a table.

public void RemoveAt(int firstRowIndex, bool withAttachedRows)
ParameterTypeDescription
firstRowIndexInt32Index of a row to delete.
withAttachedRowsBooleanTrue to delete also all attached rows.

See Also