BeginArrowSize Cell (Line Format Section)
Determines the size of the arrowhead at the beginning of the line.
Value | Size | Automation constant |
---|---|---|
0 |
Very small |
visArrowSizeVerySmall |
1 |
Small |
visArrowSizeSmall |
2 |
Medium |
visArrowSizeMedium |
3 |
Large |
visArrowSizeLarge |
4 |
Very large |
visArrowSizeVeryLarge |
5 |
Jumbo |
visArrowSizeJumbo |
6 |
Colossal |
visArrowSizeColossal |
You can also set the size of the arrowhead in the Line dialog box.
To get a reference to the BeginArrowSize cell by name from another formula, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
BeginArrowSize |
To get a reference to the BeginArrowSize cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowLine |
Cell index: |
visLineBeginArrowSize |