Public Member Functions | |
| Remove ([in] VARIANT Index) | |
| Call this method to remove one item from the collection. | |
| Clear () | |
| Removes all of the items from the collection. | |
| ExChange ([in] VARIANT A,[in] VARIANT B) | |
| Swaps the position of two items in the collection. | |
Properties | |
| LPUNKNOWN R | _NewEnum [] |
| Returns the enumerator for the collection. | |
| VARIANT R | Item [[in] long Index] [] |
| Returns the specified item in the collection. | |
| long R | Count [] |
| Returns the number of items in the collection. | |
Collections support the enumerations of items
See also Controls.
| Clear | ( | ) |
Removes all of the items from the collection.
| ExChange | ( | [in] VARIANT | A, | |
| [in] VARIANT | B | |||
| ) |
Swaps the position of two items in the collection.
| A | The index of the first element or the element itself. | |
| B | The index of the second element or the element itself. |
| Remove | ( | [in] VARIANT | Index | ) |
Call this method to remove one item from the collection.
| Index | The index of the element to remove or the element itself. |
| LPUNKNOWN R _NewEnum |
Returns the enumerator for the collection.
| long R Count |
Returns the number of items in the collection.
| VARIANT R Item[[in] long Index] | ( | ) |
Returns the specified item in the collection.