SpreadsheetGear 2023
LineStyle Enumeration


SpreadsheetGear Namespace : LineStyle Enumeration
Specifies a line style for an object.
Syntax
'Declaration
 
Public Enum LineStyle 
   Inherits System.Enum
'Usage
 
Dim instance As LineStyle
public enum LineStyle : System.Enum 
Members
MemberDescription
ContinuousSpecifies a solid line.
DashSpecifies a line with dashes.
DashDotSpecifies a line with dashes and dots.
DashDotDotSpecifies a line with dashes and dots.
DotSpecifies a line with dots.
DoubleSpecifies a double line.
NoneSpecifies no line.
SlantDashDotSpecifies a line with slanted dashes and dots.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.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

SpreadsheetGear Namespace