Version

PivotCellCollection Class Members

The following tables list the members exposed by PivotCellCollection.

Public Constructors
 NameDescription
Public ConstructorPivotCellCollection ConstructorInitializes a new instance of the PivotCellCollection class.  
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public PropertyItemReturns the PivotCell for the corresponding PivotDataColumn.  
Public PropertyRowGets the PivotDataRow this collection represents.  
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected Methods
 NameDescription
Protected MethodAddItem (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodGetCountOverridden. Retrieves the amount of items in the collection.  
Protected MethodGetItemOverridden. Gets the item at the specified index.  
Protected MethodInsertItem (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodRemoveItem (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodResetItems (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<PivotCell>)
See Also