Skip to main content

IMultipleSelection.SetSelection(Point[]) Method

Selects the specified cells.

Namespace: DevExpress.XtraPivotGrid.Selection

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

void SetSelection(
    params Point[] points
)

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