Skip to main content

ReadOnlyCells.CopyTo(List<Point>) Method

Copies the cells contained within the current collection to the specified list.

Namespace: DevExpress.XtraPivotGrid.Selection

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

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

Declaration

public void CopyTo(
    List<Point> cells
)

Parameters

Name Type Description
cells List<Point>

A list of Point structures where the cells should be copied from the current collection.

See Also