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 (click Line on the Format menu).
To reference the EndArrowSize cell by name from another formula, or from a program using the Cells property, use:
|
Cell name: |
EndArrowSize |
To reference the EndArrowSize cell by index from a program, use the CellsSRC property with the following arguments:
|
Section index: |
visSectionObject |
|
Row index: |
visRowLine |
|
Cell index: |
visLineEndArrowSize |