Click or drag to resize

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
public DropDownItem Add(
	string text
)

Parameters

text
Type: System String
The text.

Return Value

Type: DropDownItem
See Also