ReadOnlyCells.CopyTo(List<Point>) Method
In This Article
Copies the cells contained within the current collection to the specified list.
Namespace: DevExpress.XtraPivotGrid.Selection
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
cells | List<Point> | A list of Point structures where the cells should be copied from the current collection. |
See Also