Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IconSetType Enumeration


In This Topic
    IconSetType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum IconSetType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As IconSetType
    public enum IconSetType : System.Enum 
    Members
    MemberDescription
    CustomIndicates a set of custom icons.
    FiveArrowsIndicates a set of five colored arrow icons.
    FiveArrowsGrayIndicates a set of five gray arrow icons.
    FiveBoxesIndicates a set of five box icons.
    FiveQuartersIndicates a set of five quarter icons.
    FiveRatingIndicates a set of five rating icons.
    FourArrowsIndicates a set of four colored arrow icons.
    FourArrowsGrayIndicates a set of four gray arrow icons.
    FourRatingIndicates a set of four rating icons.
    FourRedToBlackIndicates a set of circled icons from red to black.
    FourTrafficLightsIndicates a set of four traffic light icons.
    ThreeArrowsIndicates a set of three colored arrow icons.
    ThreeArrowsGrayIndicates a set of three gray arrow icons.
    ThreeFlagsIndicates a set of three flag icons.
    ThreeSignsIndicates a set of three sign icons.
    ThreeStarsIndicates a set of three star icons.
    ThreeSymbolsIndicates a set of three circled symbol icons.
    ThreeSymbols2Indicates a set of three uncircled symbol icons.
    ThreeTrafficLights1Indicates a set of three unrimmed traffic light icons.
    ThreeTrafficLights2Indicates a set of three rimmed traffic light icons.
    ThreeTrianglesIndicates a set of three triangle icons.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.IconSetType

    See Also