Visual Basic (Declaration) | |
---|---|
Public Enum LineStyles Inherits System.Enum |
C# | |
---|---|
public enum LineStyles : System.Enum |
Member | Description |
---|---|
Dash | Renders a dashed line. |
DashDot | Renders a line of alternating dashes and dots. |
LongDash | Renders a line of long dashes. |
LongDashDot | Renders a line of alternating long dashes and dots. |
LongDashDotDot | Renders a line of alternating long dashes and pairs of dots. |
LooselySpacedSquareDot | Renders a line of loosely spaced square dots. |
OldTransparent | Renders no line, i.e. Transparent. Only effective in BIFF versions 3, 4, 5, and 7. |
RoundDot | Renders a line of round dots. |
SmallDash | Renders a line of small dashes. (No equivalent in Excel 2000.) |
SmallDashSquareDot | Renders a line of alternating small dashes and square dots. |
SmallDashSquareDotSquareDot | Renders a line of alternating small dashes and pairs of square dots. |
Solid | Renders a solid line. |
SquareDot | Renders a line of square dots. |
System.Object
System.ValueType
System.Enum
GrapeCity.SpreadBuilder.Imaging.LineStyles
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