'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 |
---|---|
Continuous | Specifies a solid line. |
Dash | Specifies a line with dashes. |
DashDot | Specifies a line with dashes and dots. |
DashDotDot | Specifies a line with dashes and dots. |
Dot | Specifies a line with dots. |
Double | Specifies a double line. |
None | Specifies no line. |
SlantDashDot | Specifies a line with slanted dashes and dots. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.LineStyle
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