ZennoLab Assemblies Documentation
LineStyle Enumeration
ZennoLab.InterfacesLibrary.Enums.Table.ExcelStyle Namespace : LineStyle Enumeration
Represents the line style of a border in a cell.
Syntax
public enum LineStyle : System.Enum 
Members
MemberDescription
DashDot The line style of a border is dash-dot.
DashDotDot The line style of a border is dash-dot-dot.
Dashed The line style of a border is dashed.
Dotted The line style of a border is dotted.
Double The line style of a border is double line.
Hair The line style of a border is hairline.
Medium The line style of a border is medium.
MediumDashDot The line style of a border is medium dashed.
MediumDashDotDot The line style of a border is medium dash-dot-dot.
MediumDashed The line style of a border is medium dashed.
None The line style of a border is none (no border visible).
SlantDashDot The line style of a border is slant-dash-dot.
Thick The line style of a border is thick.
Thin The line style of a border is thin.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ZennoLab.InterfacesLibrary.Enums.Table.ExcelStyle.LineStyle

Requirements

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

See Also

Reference

ZennoLab.InterfacesLibrary.Enums.Table.ExcelStyle Namespace