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

PivotGridFormatRule.CheckValue(Point) Method

Checks whether the value in the specified location matches the current format rule.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public bool CheckValue(
    Point cell
)

Parameters

Name Type Description
cell Point

A System.Drawing.Point which specifies the location of a cell relative to the pivot grid’s top-left corner.

Returns

Type Description
Boolean

true, if the specified value matches the current format rule; otherwise, false.

See Also