LineCap cell (Line Format section)
Office XP
LineCap cell (Line Format section)
See also http://msdn.microsoft.com/en-us/library/aa159282(v=office.10) Section Rows
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 http://msdn.microsoft.com/en-us/library/aa141912(v=office.10) Cells property, use:
| Cell name: | LineCap |
To reference the LineCap cell by index from a program, use the http://msdn.microsoft.com/en-us/library/aa141916(v=office.10) CellsSRC property with the following arguments:
| Section index: | visSectionObject |
| Row index: | visRowLine |
| Cell index: | visLineEndCap |