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

ReadOnlyCells(List<Point>) Constructor

Initializes a new instance of the ReadOnlyCells class.

Namespace: DevExpress.XtraPivotGrid.Selection

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

Declaration

public ReadOnlyCells(
    List<Point> cells
)

Parameters

Name Type Description
cells List<Point>

A list of Point structures that represent the coordinates of cells that should be added to the collection.

See Also