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

ReadOnlyCells.Contains(Point) Method

Returns whether the collection contains a cell with the specified coordinates.

Namespace: DevExpress.XtraPivotGrid.Selection

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

Declaration

public virtual bool Contains(
    Point point
)

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