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

ReadOnlyCells(Point) Constructor

Initializes a new instance of the ReadOnlyCells class, and adds a single cell to the collection.

Namespace: DevExpress.XtraPivotGrid.Selection

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

Declaration

public ReadOnlyCells(
    Point cell
)

Parameters

Name Type Description
cell Point

A Point structure that represents the coordinates of the cell to be added to the collection.

See Also