| 
DropDownCollection
Remove Method
  | 
 Removes DropDownItems by index.
 Namespace:
 Spire.Doc.Collections
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void Remove(
	int index
)
 
Public Sub Remove ( 
	index As Integer
)
 
public:
void Remove(
	int index
)
 
member Remove : 
index : int -> unit 
 
 
 
Parameters
 
- 
index
 
- 
 Type:
 
System
Int32
 
 The index.
 
 See Also
See Also