ShapeShdwShow Cell (Fill Format Section)
Determines whether the shape displays a shadow, as an integer from 0 to 2.
Value | Description |
---|---|
0 |
Always display the shadow if a shadow is specified. The shadows for sub-shapes are not displayed. |
1 |
Do not render a shadow unless the shape does not have a parent. Use sub-shape shadows if grouped together. |
2 |
Always display a shadow if a shadow is specified. The shadows for sub-shapes are displayed. |
Remarks
To get a reference to the ShapeShdwShow cell by name from another formula, by value of the N attribute of a Cell element, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
ShapeShdwShow |
To get a reference to the ShapeShdwShow cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowFill |
Cell index: |
visFillShdwShow |