Back to Devexpress

PivotGridCells Members

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcells-dot-underscore-members.md

latest5.0 KB
Original Source

PivotGridCells Members

Stores information on the cells displayed within the PivotGrid control.

Constructors

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

Properties

NameDescription
ColumnCountGets the number of columns in the PivotGrid control.
FocusedCellGets or sets the coordinates of the focused cell.
LeftTopCellGets or sets the coordinates of the left top visible cell.
MultiSelectionGets the selected cells.
RowCountGets the number of rows in the PivotGrid control.
SelectionGets or sets the coordinates of the selected cells.

Methods

NameDescription
CopySelectionToClipboard()Copies the selected cells to the Clipboard.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

PivotGridCells Class

DevExpress.XtraPivotGrid Namespace