Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / LabelList Class / RemoveRange Method
The zero-based starting index of the range of labels to remove
The number of labels to remove

In This Topic
    RemoveRange Method (LabelList)
    In This Topic
    Removes a range of labels from this collection.
    Syntax
    'Declaration
     
    Public Overrides Sub RemoveRange( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    public override void RemoveRange( 
       int index,
       int count
    )

    Parameters

    index
    The zero-based starting index of the range of labels to remove
    count
    The number of labels to remove
    See Also