Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ThreeColorScaleConditionalFormattingRule Class
Properties Methods Events


In This Topic
    ThreeColorScaleConditionalFormattingRule Class Members
    In This Topic

    The following tables list the members exposed by ThreeColorScaleConditionalFormattingRule.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the ConditionalFormatting object that contains this rule. (Inherited from FarPoint.Web.Spread.ConditionalFormattingRule)
    Public PropertyOverridden. 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.  
    Public PropertyGets 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.  
    Public PropertyOverridden. 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.  
    Public PropertyGets or sets the priority. (Inherited from FarPoint.Web.Spread.ConditionalFormattingRule)
    Top
    Public Methods
     NameDescription
    Public MethodExecutes the conditional format rule to change the cell's style. (Inherited from FarPoint.Web.Spread.TwoColorScaleConditionalFormattingRule)
    Public MethodGets all rules. (Inherited from FarPoint.Web.Spread.TwoColorScaleConditionalFormattingRule)
    Public MethodPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object. (Inherited from FarPoint.Web.Spread.MultiColorScaleConditionalFormattingRule)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from FarPoint.Web.Spread.MultiColorScaleConditionalFormattingRule)
    Protected MethodDetermines whether the value can be used for middle values. (Inherited from FarPoint.Web.Spread.MultiColorScaleConditionalFormattingRule)
    Protected MethodOverloaded. Overridden. Occurs when a property value changes.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from FarPoint.Web.Spread.ConditionalFormattingRule)
    Top
    See Also