ReadOnlyCells.CopyTo(List<Point>) Method
Copies the cells contained within the current collection to the specified list.
Namespace: DevExpress.XtraPivotGrid.Selection
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
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