Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / LabelList Class / InsertRange Method

In This Topic
    InsertRange Method (LabelList)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub InsertRange( _
       ByVal index As Integer, _
       ByVal collection As IEnumerable(Of Label) _
    ) 
    public override void InsertRange( 
       int index,
       IEnumerable<Label> collection
    )

    Parameters

    index
    collection
    See Also