ExcelShapeLineStyle Enumeration
Represents line style.
Syntax
'Declaration Public Enum ExcelShapeLineStyle Inherits System.Enum
'Usage Dim instance As ExcelShapeLineStyle
public enum ExcelShapeLineStyle : System.Enum
Members
Member | Description |
---|---|
Line_Single | Represents single line style. |
Line_Thick_Between_Thin | Represents thick between thin line style. |
Line_Thick_Thin | Represents thick thin line style. |
Line_Thin_Thick | Represents thin thick line style. |
Line_Thin_Thin | Represents thin thin line style. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.ExcelShapeLineStyle
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also