LineColorTrans cell (Line Format section)
Determines the transparency level of a shape's line color.
Value |
Description |
0 – 100 |
Represents the percentage of transparency. The default is 0% (completely opaque). |
Remarks
Values are rounded to the nearest half percent. A value of 100% is completely transparent. Although a shape with a completely transparent line color appears the same as a shape with no lines on the drawing page, it will interact with other objects on the page in the same ways as if its transparency is 0%.
You can also set this value using the slider control in the Line dialog box (click Line on the Format menu).
To reference the LineColorTrans cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
LineColorTrans |
To reference the LineColorTrans cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionObject |
Row index: |
visRowLine |
Cell index: |
visLineColorTrans |