LineCap cell (Line Format section)
Indicates whether a line has rounded or square line ends.
Value |
Line end style |
0 |
Rounded |
1 |
Square |
Remarks
You can also set the value of this cell in the Line dialog box (click Line on the Format menu).
To reference the LineCap cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
LineCap |
To reference the LineCap cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowLine |
Cell index: |
visLineEndCap |