Rows.RemoveRange

Rows.RemoveRange method

Remove row set from collection.

public void RemoveRange(int index, int count)
ParameterTypeDescription
indexInt32The collection index.
countInt32The rows count.

See Also