C1.Excel Assembly / C1.Excel Namespace / XLShapeLineStyle Enumeration

XLShapeLineStyle Enumeration
Specifies the style of borders drawn around XLShape objects.
Syntax
'Declaration
 
Public Enum XLShapeLineStyle 
   Inherits System.Enum
 
Members
MemberDescription
DoubleDouble lines of equal width.
SimpleSingle line (of width LineWidth).
ThickThinDouble lines, one thick, one thin.
ThinThickDouble lines, reverse order.
TripleThree lines, thin, thick, thin.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Excel.XLShapeLineStyle

See Also