IconSetFormatCondition Members
Represents an icon set format condition.Constructors
Name | Description |
---|---|
IconSetFormatCondition() | Initializes a new instance of the IconSetFormatCondition class with default settings. |
Fields
Name | Description |
---|---|
FieldNameProperty static | Identifies the FormatConditionBase.FieldName bindable property. Inherited from FormatConditionBase. |
FormatProperty static | Identifies the IconSetFormatCondition.Format bindable property. |
MaxValueProperty static | Identifies the IndicatorFormatConditionBase.MaxValue bindable property. Inherited from IndicatorFormatConditionBase. |
MinValueProperty static | Identifies the IndicatorFormatConditionBase.MinValue bindable property. Inherited from IndicatorFormatConditionBase. |
OwnerProperty static | Identifies the FormatConditionBase.Owner bindable property. Inherited from FormatConditionBase. |
PredefinedFormatNameProperty static | Identifies the FormatConditionBase.PredefinedFormatName bindable property. Inherited from FormatConditionBase. |
SelectiveExpressionProperty static | Identifies the IndicatorFormatConditionBase.SelectiveExpression bindable property. Inherited from IndicatorFormatConditionBase. |
Properties
Name | Description |
---|---|
FieldName | Gets or sets the name of the column which provides values to test against the current format rule, and to which the format should be applied. This is a bindable property. Inherited from FormatConditionBase. |
Format | Gets or sets the formatting settings applied to cells whose values take part in conditional formatting. This is a bindable property. |
MaxValue | Specifies the maximum column value to accept for conditional formatting. This is a bindable property. Inherited from IndicatorFormatConditionBase. |
MinValue | Specifies the minimum column value to accept for conditional formatting. This is a bindable property. Inherited from IndicatorFormatConditionBase. |
Owner | Gets the format condition’s owner. This is a bindable property. Inherited from FormatConditionBase. |
PredefinedFormatName | Gets or sets the name of the predefined format to be applied to target cells. This is a bindable property. Inherited from FormatConditionBase. |
SelectiveExpression | Specifies a custom rule for applying conditional formatting. This is a bindable property. Inherited from IndicatorFormatConditionBase. |
TypeName | Gets or sets the data type name. This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from FormatConditionBase. |
See Also