Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / LabelList Class / RemoveAt Method
The zero-based index of the label to remove

In This Topic
    RemoveAt Method (LabelList)
    In This Topic
    Removes the label at the specified index of this collection.
    Syntax
    'Declaration
     
    Public Overrides Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public override void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the label to remove
    See Also