AcmTableRowCollection Members |
The
AcmTableRowCollection class exposes the following members.
Properties
|
Name |
Description |
 | Count (inherited from BaseObjectCollectionWrapper<T,T>) | Gets the total number of items in the collection. |
 | IsReadOnly (inherited from BaseObjectCollectionWrapper<T,T>) | Returns whether the collection is read-only. |
 | Item (inherited from BaseObjectCollectionWrapper<T,T>) | Gets or sets an item at the specified index. |
Methods
|
Name |
Description |
 | Add (inherited from BaseObjectCollectionWrapper<T,T>) | Adds a new item to the collection. |
 | Clear (inherited from BaseObjectCollectionWrapper<T,T>) | Clears the collection. |
 | Contains (inherited from BaseObjectCollectionWrapper<T,T>) | Determines whether the collection contains the specified item. |
 | CopyTo (inherited from BaseObjectCollectionWrapper<T,T>) | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
 | Equals (inherited from Object) | |
 | Finalize (inherited from Object) | |
 | GetEnumerator (inherited from BaseObjectCollectionWrapper<T,T>) | Returns an enumerator for the entire collection. |
 | GetHashCode (inherited from Object) | |
 | GetType (inherited from Object) | |
 | IndexOf (inherited from BaseObjectCollectionWrapper<T,T>) | Returns the zero-based index of the first occurrence item. |
 | Insert (inherited from BaseObjectCollectionWrapper<T,T>) | Inserts an item into the collection at the specified index. |
 | MemberwiseClone (inherited from Object) | |
 | Remove (inherited from BaseObjectCollectionWrapper<T,T>) | Removes the first occurrence of a specific item from the collection. |
 | RemoveAt (inherited from BaseObjectCollectionWrapper<T,T>) | Removes an item at the specified index. |
 | ToString (inherited from Object) | |
See Also