SpreadsheetGear Namespace : LineStyle Enumeration |
'Declaration
Public Enum LineStyle Inherits System.Enum
'Usage
Dim instance As LineStyle
public enum LineStyle : System.Enum
public enum LineStyle = class(System.Enum)
public enum LineStyle extends System.Enum
__value public enum LineStyle : public System.Enum
public enum class LineStyle : public System.Enum
Member | Description |
---|---|
Continous | Deprecated - use Continuous. |
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