Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Determines the fill pattern for a shape's shadow.
| Value | Description |
|---|---|
| 0 |
None (transparent fill) |
| 1 |
Solid foreground color |
| 2 - 40 |
Assorted patterns |
Remarks
To set the fill pattern, enter a number from 0 to 40, which is an index into a collection of patterns. You can view the fill pattern collection in the Fill dialog box (on the Home tab, in the Shape group, click Fill, and then click Fill Options).
To get a reference to the ShdwPattern cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
ShdwPattern |
To get a reference to the ShdwPattern cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowFill |
| Cell index: |
visFillShdwPattern |