Skip to main content
A newer version of this page is available. .

ReadOnlyCells.CopyTo(List<Point>) Method

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

Namespace: DevExpress.XtraPivotGrid.Selection

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

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