Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / UsageApplicationList Class / InsertRange Method

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

    Parameters

    index
    collection
    See Also