ReadOnlyCells(Point) Constructor
In This Article
Initializes a new instance of the ReadOnlyCells class, and adds a single cell to the collection.
Namespace: DevExpress.XtraPivotGrid.Selection
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
cell | Point | A Point structure that represents the coordinates of the cell to be added to the collection. |
See Also