SpreadsheetGear 2017
IconSet Enumeration






SpreadsheetGear Namespace : IconSet Enumeration
Syntax
'Declaration
 
Public Enum IconSet 
   Inherits System.Enum
'Usage
 
Dim instance As IconSet
public enum IconSet : System.Enum 
public enum IconSet = class(System.Enum)
public enum IconSet extends System.Enum
__value public enum IconSet : public System.Enum 
public enum class IconSet : public System.Enum 
Members
MemberDescription
CustomSpecifies a custom icon set.
FiveArrowsSpecifies an icon set with five arrows.
FiveArrowsGraySpecifies an icon set with five gray arrows.
FiveBoxesSpecifies an icon set with five boxes.
FiveCRVSpecifies an icon set with five ratings.
FiveQuartersSpecifies an icon set with five quarters.
FourArrowsSpecifies an icon set with four arrows.
FourArrowsGraySpecifies an icon set with four gray arrows.
FourCRVSpecifies an icon set with four ratings.
FourRedToBlackSpecifies an icon set with four red to black.
FourTrafficLightsSpecifies an icon set with four traffic lights.
ThreeArrowsSpecifies an icon set with three arrows.
ThreeArrowsGraySpecifies an icon set with three gray arrows.
ThreeFlagsSpecifies an icon set with three flags.
ThreeSignsSpecifies an icon set with three signs.
ThreeStarsSpecifies an icon set with three stars.
ThreeSymbolsSpecifies an icon set with three symbols.
ThreeSymbols2Specifies an icon set with three symbols.
ThreeTrafficLights1Specifies an icon set with three traffic lights.
ThreeTrafficLights2Specifies an icon set with three traffic lights.
ThreeTrianglesSpecifies an icon set with three triangles.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.IconSet

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace