EndArrowSize Cell (Line Format Section)
Determines the size of the arrowhead at the end of the line.
Value | Size | Automation constant |
---|---|---|
0 |
Very small |
visArrowSizeVerySmall |
1 |
Small |
visArrowSizeSmall |
2 |
Medium |
visArrowSizeMedium |
3 |
Large |
visArrowSizeLarge |
4 |
Extra large |
visArrowSizeVeryLarge |
5 |
Jumbo |
visArrowSizeJumbo |
6 |
Colossal |
visArrowSizeColossal |
Remarks
You can also set this value in the Line dialog box (on the Home tab, in the Shape group, click Line, point to Arrows, and then click More Arrows).
To get a reference to the EndArrowSize cell by name from another formula, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
EndArrowSize |
To get a reference to the EndArrowSize cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowLine |
Cell index: |
visLineEndArrowSize |