[]
        
(Showing Draft Content)

C1.DataCollection.C1DataCollectionList-1.RemoveRange

RemoveRange Method

RemoveRange(int, int)

Removes a range of items.

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

The index from where the items are removed.

int count

The number of rows that will be removed.