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.
Indicates whether a line has an arrowhead or other line end format at its first vertex. Enter a number from 0 to 45 or the USE function with the name of a custom line end, or use the Line dialog box.
| Value | Description |
|---|---|
| 0 |
No arrowhead. |
| 1 - 45 |
Assorted arrowhead styles that correspond to indexed entries in the Line dialog box. |
Remarks
The size of the arrowhead is set in the BeginArrowSize cell.
To get a reference to the BeginArrow cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
BeginArrow |
To get a reference to the BeginArrow cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowLine |
| Cell index: |
visLineBeginArrow |