[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ThreeColorScaleConditionalFormattingRule

ThreeColorScaleConditionalFormattingRule Class

Represents the color scale conditional formatting rule with one middle value.

Inheritance
MultiColorScaleConditionalFormattingRule
ThreeColorScaleConditionalFormattingRule
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
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

Constructors

Properties

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.

Methods

Name Description
OnPropertyChanged(string, bool)

Occurs when a property value changes.