GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / PatternType Enumeration


PatternType Enumeration
Represents the Fill pattern type.
Syntax
'Declaration
 
Public Enum PatternType 
   Inherits System.Enum
 
'Usage
 
Dim instance As PatternType
Members
MemberDescription
AutomaticThe pattern is controlled automatically.
DarkDownReverse diagonal stripe
DarkGray75% gray
DarkGridDiagonal crosshatch
DarkHorizontalHorizontal stripe
DarkTrellisThick Diagonal crosshatch
DarkUpDiagonal stripe
DarkVerticalVertical stripe
Gray0625The fill style is grayscale of 0.0625 (1/16) value.
Gray125The fill style is grayscale of 0.125 (1/8) value.
LightDownThin reverse diagonal stripe
LightGray25% gray
LightGridThin horizontal crosshatch
LightHorizontalThin horizontal stripe
LightTrellisThin diagonal crosshatch
LightUpThin diagonal stripe
LightVerticalThin vertical stripe
LinearGradientThe linear gradient
MediumGray50% gray
NoneNone
RectangularGradientThe rectangular gradient
SolidSolid
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.PatternType

See Also