Version

SelectedCellsCollection Class Members

The following tables list the members exposed by SelectedCellsCollection.

Public Constructors
 NameDescription
Public ConstructorSelectedCellsCollection ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyAllOverridden. The collection as an array of objects  
Public PropertyCountOverridden. Returns the number of items in the collection.  
Public PropertyIsReadOnlyOverridden. returns whether the collection is read-only  
Public PropertyIsSynchronized (Inherited from Infragistics.Shared.SparseCollectionBase)
Public PropertyItemIndex into collection  
Public PropertySyncRoot (Inherited from Infragistics.Shared.SparseCollectionBase)
Public Methods
 NameDescription
Public MethodAddAdds the specified cell to this selected cells collection.  
Public MethodAddRangeSelects cells contained in the passed in array keeping existing selected cells selected.  
Public MethodClearClears the collection unselecting any selected cells.  
Public MethodContains (Inherited from Infragistics.Shared.SparseCollectionBase)
Public MethodCopyToOverloaded. Copies the elements of the collection into the array.  
Public MethodGetEnumeratorIEnumerable Interface Implementation  
Public MethodGetItem (Inherited from Infragistics.Shared.SparseCollectionBase)
Public MethodIndexOf (Inherited from Infragistics.Shared.SparseCollectionBase)
Public MethodSortOverloaded. Sorts the items in the collection according their visible order.  
Protected Methods
 NameDescription
Protected MethodCreateArray (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalAdd (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalAddRange (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalInsert (Inherited from Infragistics.Shared.SparseCollectionBase)
Protected MethodInternalRemoveOverloaded.  (Inherited from Infragistics.Shared.SparseCollectionBase)
See Also