Spread.Services Documentation
LineStyle Enumeration
GrapeCity.Documents.Spread.Drawing Namespace : LineStyle Enumeration
Specifies the style for a line.
Syntax
public enum LineStyle : System.Enum 
Members
MemberDescription
Single Specifies a single line.
ThickBetweenThin Specifies a thick line with a thin line on each side.
ThickThin Specifies a thick line next to a thin line. For horizontal lines, the thick line is above the thin line. For vertical lines, the thick line is to the left of the thin line.
ThinThick Specifies a thick line next to a thin line. For horizontal lines, the thick line is below the thin line. For vertical lines, the thick line is to the right of the thin line.
ThinThin Specifies two thin lines.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.Drawing.LineStyle

See Also

Reference

GrapeCity.Documents.Spread.Drawing Namespace