'Declaration
Public Enum DashType Inherits System.Enum
'Usage
Dim instance As DashType
public enum DashType : System.Enum
'Declaration
Public Enum DashType Inherits System.Enum
'Usage
Dim instance As DashType
public enum DashType : System.Enum
Member | Description |
---|---|
Dash | The Line will be made of dashes. |
DashDot | The Line will be made of a repeating pattern created by a dash followed by a dot. |
LongDash | The Line will be made of a series of long dashes. |
LongDashDot | The Line will be made of a repeating pattern created by a long dash followed by a dot. |
LongDashDotDot | The Line will be made of a repeating pattern created by a long dash followed by two dots. |
RoundDot | The Line will be made of round dots. |
Solid | The Line will be a regular line. |
SquareDot | The Line will be made of square dots. |
System.Object
System.ValueType
System.Enum
Xceed.Workbooks.NET.DashType
Target Platforms: Windows 11, Windows 10, 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