[]
        
(Showing Draft Content)

C1.DataCollection.C1DynamicList-1.ClearRange

ClearRange Method

ClearRange(int, int)

Sets to null the items in the range for the specified parameters startingIndex and count.

Declaration
public void ClearRange(int startingIndex, int count)
Public Sub ClearRange(startingIndex As Integer, count As Integer)
Parameters
Type Name Description
int startingIndex

Index of the starting.

int count

The count.