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


In This Topic
    TwoColorScaleConditionalFormattingRule Class Members
    In This Topic

    The following tables list the members exposed by TwoColorScaleConditionalFormattingRule.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the ConditionalFormatting object that contains this rule. (Inherited from FarPoint.Web.Spread.ConditionalFormattingRule)
    Public PropertyGets 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 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 MethodOverridden. Executes the conditional format rule to change the cell's style.  
    Public MethodOverridden. Gets all rules.  
    Public MethodOverridden. Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected MethodOverloaded. Called when a property value changes. (Inherited from FarPoint.Web.Spread.ConditionalFormattingRule)
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes. (Inherited from FarPoint.Web.Spread.ConditionalFormattingRule)
    Top
    See Also