![]() | Adds a new item to the current list object. |
![]() | Inserts a new item at the specified position. |
![]() | Removes the specified item from the current list object. |
![]() | Swaps the two list items specified by their positions. |
![]() | Gets an IEnumVARIANT enumerator. For information on the IEnumVARIANT, see Microsoft documentation. |
![]() | The number of items in the list. |
![]() | Gets an item by index. The index is one-based. |