TopBottomRuleFormatCondition Members
Represents the top-bottom and average conditional formats.Constructors
Name | Description |
---|---|
TopBottomRuleFormatCondition() | Initializes a new instance of the TopBottomRuleFormatCondition class. |
Fields
Name | Description |
---|---|
ApplyToRowProperty static | Identifies the FormatConditionBase.ApplyToRow dependency property. Inherited from FormatConditionBase. |
FieldNameProperty static | Identifies the FormatConditionBase.FieldName dependency property. Inherited from FormatConditionBase. |
FormatProperty static | Identifies the TopBottomRuleFormatCondition.Format dependency property. |
IsEnabledProperty static | Identifies the FormatConditionBase.IsEnabled dependency property. Inherited from FormatConditionBase. |
PredefinedFormatNameProperty static | Identifies the FormatConditionBase.PredefinedFormatName dependency property. Inherited from FormatConditionBase. |
RuleProperty static | Identifies the TopBottomRuleFormatCondition.Rule dependency property. |
ThresholdProperty static | Identifies the TopBottomRuleFormatCondition.Threshold dependency property. |
Properties
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. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also