Version

SelectedCellCollection Class Methods

For a list of all members of this type, see SelectedCellCollection members.

Public Methods
 NameDescription
Public MethodAddAdds the specified cell to this selected cells collection.  
Public MethodAddRangeSelects cells contained in passed in cells array keeping the existing selected cells selected.  
Public MethodClearClears the collection unselecting any selected cells.  
Public MethodContainsOverloaded. Returns true if the item is in the collection  
Public MethodCopyToCopies the elements of the collection into the array.  
Public MethodGetEnumeratorReturns a type safe enumerator.  
Public MethodIndexOfReturns the zero-based index of the item or -1 if not in collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected Methods
 NameDescription
Protected MethodInternalAddAppends a single item to the collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected Internal MethodInternalAddRangeAdds multiple items (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected Internal MethodInternalClearRemoves all items from the collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected MethodInternalInsertInserts an item into the collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected MethodInternalRemoveRemoves an item from the collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected MethodInternalRemoveAtRemoves an item from the collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaiseCollectionChangedEventOverloaded. Raises the CollectionChanged event (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
See Also