Spread WPF 17
GrapeCity.Excel Namespace / ExcelIconSetType Enumeration


In This Topic
    ExcelIconSetType Enumeration
    In This Topic
    Icon set type for conditional formatting
    Syntax
    'Declaration
     
    Public Enum ExcelIconSetType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelIconSetType
    public enum ExcelIconSetType : System.Enum 
    Members
    MemberDescription
    Icon_3Arrows3 arrows icon set
    Icon_3ArrowsGray3 gray arrows icon set
    Icon_3Flags3 flags icon set
    Icon_3Signs3 signs icon set
    Icon_3Stars3 stars icon set
    Icon_3Symbols3 symbols circled icon set.
    Icon_3Symbols23 symbols icon set.
    Icon_3TrafficLights13 traffic lights icon set (#1)
    Icon_3TrafficLights23 traffic lights icon set (#2)
    Icon_3Triangles3 triangles icon set
    Icon_4Arrows4 arrows icon set.
    Icon_4ArrowsGray4 gray arrows icon set.
    Icon_4Rating4 ratings icon set.
    Icon_4RedToBlack4 'red to black' icon set.
    Icon_4TrafficLights4 traffic lights icon set.
    Icon_5Arrows5 arrows icon set.
    Icon_5ArrowsGray5 gray arrows icon set.
    Icon_5Boxes5 boxes icon set
    Icon_5Quarters5 quarters icon set.
    Icon_5Rating5 rating icon set.
    Icon_NILNot defined
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelIconSetType

    See Also