ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / LineStyles Enumeration

In This Topic
    LineStyles Enumeration
    In This Topic
    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
    'Declaration
     
    Public Enum LineStyles 
       Inherits System.Enum
    public enum LineStyles : System.Enum 
    Members
    MemberDescription
    DashDash.
    DashDotDash Dot.
    LongDashLong Dash.
    LongDashDotLong Dash Dot.
    LongDashDotDotLong Dash Dot Dot.
    LooselySpacedSquareDotLoosely spaced Square Dot.
    OldTransparentTransparent (No Line), only effective in BIFF versions 3, 4, 5, and 7.
    RoundDotRound Dot.
    SmallDashSmall Dash (No Equivalent Menu for Excel 2000).
    SmallDashSquareDotSmall Dash, Square Dot.
    SmallDashSquareDotSquareDotSmall Dash, Square Dot, Square Dot.
    SolidSold.
    SquareDotSquare Dot.
    Inheritance Hierarchy

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

    See Also