Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ArrowheadStyle Enumeration
In This Topic
    ArrowheadStyle Enumeration
    In This Topic
    Specifies the style of the arrowhead at the end of a line.
    Syntax
    public enum ArrowheadStyle : System.Enum 
    Members
    MemberDescription
    Diamond Specifies a diamond-shaped arrow.
    None Specifies no arrowhead.
    Open Specifies an open arrow.
    Oval Specifies an oval-shaped arrow.
    Stealth Specifies a stealth-shaped arrow.
    Triangle Specifies a triangular arrow.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.ArrowheadStyle

    See Also