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 rounded, square, or extended line caps.
| Value | Line end style |
|---|---|
| 0 |
Rounded |
| 1 |
Square |
| 2 |
Extended |
Remarks
You can also set the value of this cell 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 LineCap cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
LineCap |
To get a reference to the LineCap cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowLine |
| Cell index: |
visLineEndCap |