Inserts the list item field at the specified index.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public void Insert( int index, PdfListFieldItem item )
Public Sub Insert ( index As Integer, item As PdfListFieldItem )
public: void Insert( int index, PdfListFieldItem^ item )
member Insert : index : int * item : PdfListFieldItem -> unit
Parameters
- index
- Int32
The index where to insert the new item.
- item
- PdfListFieldItem
The object to be added to collection.