Skip to main content

PivotGridCells Members

Stores information on the cells displayed within the PivotGrid control.

Constructors

Name Description
PivotGridCells(PivotGridViewInfoData) Initializes a new instance of the PivotGridCells class with default settings.

Properties

Name Description
ColumnCount Gets the number of columns in the PivotGrid control.
FocusedCell Gets or sets the coordinates of the focused cell.
LeftTopCell Gets or sets the coordinates of the left top visible cell.
MultiSelection Gets the selected cells.
RowCount Gets the number of rows in the PivotGrid control.
Selection Gets or sets the coordinates of the selected cells.

Methods

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