LineCap Cell (Line Format Section)
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:
Cell name: |
LineCap |
To get a reference to 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 |