Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |
Remarks
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 |