[]
Represents the two color scale conditional formatting rule.
[TypeConverter(typeof(TwoColorScaleConditionalFormattingRule._a))]
public class TwoColorScaleConditionalFormattingRule : PrePaintConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IExcelExporter, IConditionalFormattingDataRule, IConditionalFormattingRule, ICloneable, INotifyPropertyChanged
<TypeConverter(GetType(TwoColorScaleConditionalFormattingRule._a))>
Public Class TwoColorScaleConditionalFormattingRule
Inherits PrePaintConditionalFormattingRule
Implements ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IExcelExporter, IConditionalFormattingDataRule, IConditionalFormattingRule, ICloneable, INotifyPropertyChanged
Name | Description |
---|---|
MaxValue | Gets 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. |
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 |
---|---|
Execute(int, int, object) | Executes the conditional format rule to change the cell's style. |
GetObjectData(SerializationInfo, StreamingContext) | Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object. |