Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / OperatorList Class / InsertRange Method

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

    Parameters

    index
    collection
    See Also