MsoArrowheadStyle Enumeration

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoArrowheadStyle
'Usage
Dim instance As MsoArrowheadStyle
public enum MsoArrowheadStyle

Members

Member name Description
msoArrowheadStyleMixed Return value only; indicates a combination of the other states.
msoArrowheadNone No arrowhead.
msoArrowheadTriangle Triangular.
msoArrowheadOpen Open.
msoArrowheadStealth Stealth-shaped.
msoArrowheadDiamond Diamond-shaped.
msoArrowheadOval Oval-shaped.

See Also

Reference

Microsoft.Office.Core Namespace