ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / LineArrowHeadWidths Enumeration

In This Topic
    LineArrowHeadWidths Enumeration
    In This Topic
    Enumerated type for Excel arrowhead widths.
    Syntax
    'Declaration
     
    Public Enum LineArrowHeadWidths 
       Inherits System.Enum
    public enum LineArrowHeadWidths : System.Enum 
    Members
    MemberDescription
    MediumRenders a line with a medium-width arrowhead.
    NarrowRenders a line with a narrow arrowhead.
    WideRenders a line with a wide arrowhead.
    Remarks
    Used with DDSheet.AddLine(..).
    Inheritance Hierarchy

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

    See Also