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

In This Topic
    Insert Method (OperatorList)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As OperatorBase _
    ) 
    public void Insert( 
       System.int index,
       OperatorBase item
    )

    Parameters

    index
    item
    See Also