| SdtListItemCollection Class | 
 Inheritance Hierarchy
Inheritance Hierarchy
 
Namespace: Spire.Doc.Documents
 Syntax
Syntax
 
The SdtListItemCollection type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | Count | 
 Gets number of items in the collection.
 | 
|   | Item | 
 Returns a
 
SdtListItem
 
 object given its zero-based index in the collection.
 | 
|   | SelectedValue | 
 Specifies currently selected value in this list.
Null value allowed, meaning that no currently selected entry is associated with this list item collection.
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Add | 
 Adds an item to this collection.
 | 
|   | Clear | 
 Clears all items from this collection.
 | 
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetEnumerator | 
 Returns an enumeratoriterator object that can be used to iterate over all items in the collection.
 | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | RemoveAt | 
 Removes a list item at the specified index.
 | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
 See Also
See Also