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

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

    Parameters

    collection
    See Also