Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / InsertRange Method

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

    Parameters

    index
    collection
    See Also