Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DropDownItemCollection Class / InsertRange Method

In This Topic
    InsertRange Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub InsertRange( _
       ByVal index As System.Integer, _
       ByVal collection As System.Collections.Generic.IEnumerable(Of DropDownItem) _
    ) 
    public void InsertRange( 
       System.int index,
       System.Collections.Generic.IEnumerable<DropDownItem> collection
    )

    Parameters

    index
    collection
    See Also