'Declaration
Public Enum LineStyle Inherits System.Enum
'Usage
Dim instance As LineStyle
public enum LineStyle : System.Enum
'Declaration
Public Enum LineStyle Inherits System.Enum
'Usage
Dim instance As LineStyle
public enum LineStyle : System.Enum
Member | Description |
---|---|
DashDot | Specifies a line consisting of a repeating pattern of dash-dot. |
DashDotDot | Specifies a line consisting of a repeating pattern of dash-dot-dot. |
Dashed | Specifies a line consisting of dashes. |
Dotted | Specifies a line consisting of dots. |
Double | Specifies a double line. |
Hair | Specifies a dashed style line with dashes spaced 50 percent closer than the dashed style. |
Inset | Specifies a line with an inset effect. |
None | Specifies no line. |
Raised | Specifies a line with a raised effect. |
Single | Specifies a single line. |
Thick | Specifies a thick single line. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.LineStyle