Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList Class / ClearRange Method
Index of the starting.
The count.

In This Topic
    ClearRange Method (C1LengthList)
    In This Topic
    Sets to the default length the items in the range for the specified parameters startingIndex and count.
    Syntax
    'Declaration
     
    
    Public Function ClearRange( _
       ByVal startingIndex As Integer, _
       ByVal count As Integer _
    ) As Double
    public double ClearRange( 
       int startingIndex,
       int count
    )

    Parameters

    startingIndex
    Index of the starting.
    count
    The count.

    Return Value

    The delta value.
    See Also