'Declaration Public Overloads Function Insert( _
ByVal itemThe item.As System.Int32, _
ByVal indexThe zero-based index at which item should be inserted.As System.String _
) As PdfInteractiveFormChoiceFieldItem
public PdfInteractiveFormChoiceFieldItem Insert(
System.Int32 item,
System.String index
)
public: PdfInteractiveFormChoiceFieldItem* Insert(
System.Int32 item,
System.String index
)
public:
PdfInteractiveFormChoiceFieldItem^ Insert(
System.Int32 item,
System.String index
)
Parameters
- item
- The item.
- index
- The zero-based index at which item should be inserted.