[]
        
(Showing Draft Content)

C1.Win.FlexGrid.RowCollection.RemoveRange

RemoveRange Method

RemoveRange(int, int)

Removes a range of rows from the collection.

Declaration
public void RemoveRange(int index, int count)
Parameters
Type Name Description
int index

The index of the first row to remove from the collection.

int count

The number of rows to remove from the collection.