Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ColorScaleType Enumeration
In This Topic
    ColorScaleType Enumeration
    In This Topic
    Specifies the type of color scale rule.
    Syntax
    public enum ColorScaleType : System.Enum 
    Members
    MemberDescription
    ThreeColorScale Specifies the three color scale.
    TwoColorScale Specifies the two color scale.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.ColorScaleType

    See Also