Skip to main content

PivotGridFormatRule.CheckValue(Int32, Int32) Method

Checks whether the value in the specified by index column and row matches the current format rule.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public bool CheckValue(
    int rowIndex,
    int columnIndex
)

Parameters

Name Type Description
rowIndex Int32

An integer that is the zero-based index of the row.

columnIndex Int32

An integer that is the zero-based index of the column.

Returns

Type Description
Boolean

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

See Also