[]
Represents the color scale conditional formatting rule with one middle value.
public class ThreeColorScaleConditionalFormattingRule : MultiColorScaleConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IExcelExporter, IConditionalFormattingDataRule, IExpressionConsumer, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Public Class ThreeColorScaleConditionalFormattingRule
Inherits MultiColorScaleConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IExcelExporter, IConditionalFormattingDataRule, IExpressionConsumer, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
ThreeColorScaleConditionalFormattingRule() | Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class. |
ThreeColorScaleConditionalFormattingRule(ConditionalFormattingColorValue, ConditionalFormattingColorValue, ConditionalFormattingColorValue) | Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class. |
ThreeColorScaleConditionalFormattingRule(Color, Color, Color) | Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class. |
ThreeColorScaleConditionalFormattingRule(SerializationInfo, StreamingContext) | Initializes a new instance of the ThreeColorScaleConditionalFormattingRule class from serialization. |
Name | Description |
---|---|
MaxValue | Gets or sets the maximum value. Note: The maximum value only accepts the ConditionalFormattingColorValue object which has a Type property value of Max, Number, Percent, Formula, or Pecentile. |
MidValue | Gets or sets the middle value. Note: The middle value only accepts the ConditionalFormattingColorValue object which has a Type property value of Number, Percent, Formula, or Pecentile. |
MinValue | Gets or sets the minimum value. Note: The minimum value only accepts the ConditionalFormattingColorValue object which has a Type property value of Min, Number, Percent, Formula, or Pecentile. |
Name | Description |
---|---|
OnPropertyChanged(string, bool) | Occurs when a property value changes. |