[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ArrowheadStyle

Enum ArrowheadStyle

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies the style of the arrowhead at the end of a line.

public enum ArrowheadStyle

Fields

Diamond = 4

Specifies a diamond-shaped arrow.

None = 0

Specifies no arrowhead.

Open = 2

Specifies an open arrow.

Oval = 5

Specifies an oval-shaped arrow.

Stealth = 3

Specifies a stealth-shaped arrow.

Triangle = 1

Specifies a triangular arrow.