Spread WPF 17
GrapeCity.Excel Namespace / ExcelColorScaleRule Class
Properties

In This Topic
    ExcelColorScaleRule Class Members
    In This Topic

    The following tables list the members exposed by ExcelColorScaleRule.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ExcelColorScaleRule class.  
    Top
    Public Properties
     NameDescription
    Public PropertyFlag indicate whether it's a three points gradient scale or two point gradient scale.  
    Public PropertyThe values of the maximum of the interpolation points in a gradient scale.  
    Public PropertyThe color of the maximum of the interpolation points in a gradient scale.  
    Public PropertyThe values of the middle of the interpolation points in a gradient scale.  
    Public PropertyThe color of the middle of the interpolation points in a gradient scale.  
    Public PropertyThe values of the minimum of the interpolation points in a gradient scale.  
    Public PropertyThe color of the minimum of the interpolation points in a gradient scale.  
    Public PropertyThe priority of the conditional formatting rule. The value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values. where '1' is the highest priority.  
    Public PropertyFlag indicates whether apply other lower priority rules when this rule evaluates to true.  
    Public PropertyType of conditional formatting rule.  
    Top
    See Also