MemberColumnCollection Methods

The MemberColumnCollection type exposes the following members.

Methods
  NameDescription
Protected methodClearItems
Removes all items from the collection.
(Overrides ObservableCollectionTClearItems.)
Protected methodInsertItem
Inserts an item into the collection at the specified index.
(Overrides ObservableCollectionTInsertItem(Int32, T).)
Protected methodRemoveItem
Removes the item at the specified index of the collection.
(Overrides ObservableCollectionTRemoveItem(Int32).)
Protected methodSetItem
Replaces the element at the specified index.
(Overrides ObservableCollectionTSetItem(Int32, T).)
Top
See Also