Skip to main content
A newer version of this page is available. .

PivotGridCells Methods

Stores information on the cells displayed within the PivotGrid control.
Name Description
CopySelectionToClipboard() Copies the selected cells to the Clipboard.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetCellInfo(Int32, Int32) Returns an object that contains information on the specified cell.
GetFocusedCellInfo() Returns an object that contains information on the currently focused cell.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
InvalidateCell(PivotCellEventArgs) Invalidates the specified cell.
InvalidateCell(Int32, Int32) Invalidates the cell which is located at the specified position.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetSelectionByFieldValues(Boolean, Object[], PivotGridFieldBase) Selects cells that reside within the specified column or row, identified by the specified data field.
SetSelectionByFieldValues(Boolean, Object[]) Selects cells that reside within the specified column or row.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also