PdfRadioButtonItemCollection
Insert Method
|
Inserts an item at the specified index.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void Insert(
int index,
PdfRadioButtonListItem item
)
Public Sub Insert (
index As Integer,
item As PdfRadioButtonListItem
)
public:
void Insert(
int index,
PdfRadioButtonListItem^ item
)
member Insert :
index : int *
item : PdfRadioButtonListItem -> unit
Parameters
-
index
-
Type:
System
Int32
The index where to insert the new item..
-
item
-
Type:
Spire.Pdf.Fields
PdfRadioButtonListItem
Aobject to be added to collection.
See Also