IMultipleSelection.SetSelection(Point[]) Method
Selects the specified cells.
Namespace: DevExpress.XtraPivotGrid.Selection
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
points | Point[] | An array of Point structures that specifies the coordinates of the cells that should be selected. |
Remarks
The X and Y components of the Point structures identify the zero-based coordinates of cells, starting from the left top cell.
To obtain the collection of the currently selected cells, use the IMultipleSelection.SelectedCells property.
See Also