Inserts an item at the end of the collection.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int Add(
	PdfListWidgetItem widgetItem
)
Public Function Add ( 
	widgetItem As PdfListWidgetItem
) As Integer
public:
int Add(
	PdfListWidgetItem^ widgetItem
)
member Add : 
        widgetItem : PdfListWidgetItem -> int 

Parameters

widgetItem
PdfListWidgetItem
a object to be added to collection.

Return Value

Int32
The index of item.

See Also