PivotGridFormatRule.CheckValue Method
Name | Parameters | Description |
---|---|---|
CheckValue(PivotGridCellItem) | item | Checks whether the specified value matches the current format rule. |
CheckValue(Point) | cell | Checks whether the value in the specified location matches the current format rule. |
CheckValue(Int32, Int32) | rowIndex, columnIndex | Checks whether the value in the specified by index column and row matches the current format rule. |