RowCollection.RemoveAt

RowCollection.RemoveAt method

Remove the row item at the specified index(position) in this collection.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32zero-based index(position, not Index) of the existing row item in this collection.

See Also