TopBottomRuleFormatCondition Properties
Represents the top-bottom and average conditional formats.| Name | Description |
|---|---|
| ActualFormat | Returns the actual appearance settings used by the conditional formatting rule. Inherited from FormatConditionBase. |
| ApplyToRow | Specifies whether to apply a conditional format to the entire row. This is a dependency property. Inherited from FormatConditionBase. |
| FieldName | Specifies the data source field name of the column to which to apply the conditional format. This is a dependency property. Inherited from FormatConditionBase. |
| Format | Specifies the custom formatting settings. This is a dependency property. |
| IsEnabled | Specifies whether the conditional format is enabled. This is a dependency property. Inherited from FormatConditionBase. |
| PredefinedFormatName | Specifies the name of the predefined format to be applied to the cells. This is a dependency property. Inherited from FormatConditionBase. |
| Rule | Specifies the rule for a conditional format. This is a dependency property. |
| Threshold | Specifies the number or percentage of cells (or corresponding rows) to format. This is a dependency property. |
See Also