| 
DropDownCollection
Add Method
  | 
 Adds the item.
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public DropDownItem Add(
	string text
)
 
Public Function Add ( 
	text As String
) As DropDownItem
 
public:
DropDownItem^ Add(
	String^ text
)
 
member Add : 
text : string -> DropDownItem 
 
 
 
Parameters
 
- 
text
 
- 
 Type:
 
System
String
 
 The text.
Return Value
 
 Type:
 
DropDownItem
 
 
 See Also
See Also