ReadOnlyCells.Contains(Point) Method
In This Article
Returns whether the collection contains a cell with the specified coordinates.
Namespace: DevExpress.XtraPivotGrid.Selection
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
point | Point | A Point structure that represents the coordinates of the cell to locate in the collection. |
#Returns
Type | Description |
---|---|
Boolean | true if the collection contains the specified cell; otherwise, false. |
See Also