[]
Represents the color scale conditional formatting rule with one middle value.
[TypeConverter(typeof(ThreeColorScaleConditionalFormattingRule._a))]
public class ThreeColorScaleConditionalFormattingRule : MultiColorScaleConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IExcelExporter, IConditionalFormattingDataRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
<TypeConverter(GetType(ThreeColorScaleConditionalFormattingRule._a))>
Public Class ThreeColorScaleConditionalFormattingRule
Inherits MultiColorScaleConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IExcelExporter, IConditionalFormattingDataRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
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 |
---|---|
GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object. |