ActiveReports 8
LineStyles Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace : LineStyles Enumeration

Glossary Item Box

Contains the various line styles for several versions of BIFF. Note that some values are not valid in some versions of the Excel BIFF file format.

Syntax

Visual Basic (Declaration) 
Public Enum LineStyles 
   Inherits System.Enum
C# 
public enum LineStyles : System.Enum 

Members

MemberDescription
DashRenders a dashed line.
DashDotRenders a line of alternating dashes and dots.
LongDashRenders a line of long dashes.
LongDashDotRenders a line of alternating long dashes and dots.
LongDashDotDotRenders a line of alternating long dashes and pairs of dots.
LooselySpacedSquareDotRenders a line of loosely spaced square dots.
OldTransparentRenders no line, i.e. Transparent. Only effective in BIFF versions 3, 4, 5, and 7.
RoundDotRenders a line of round dots.
SmallDashRenders a line of small dashes. (No equivalent in Excel 2000.)
SmallDashSquareDotRenders a line of alternating small dashes and square dots.
SmallDashSquareDotSquareDotRenders a line of alternating small dashes and pairs of square dots.
SolidRenders a solid line.
SquareDotRenders a line of square dots.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Imaging.LineStyles

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