Represents the type of interior of a shape.
Namespace: Winnovative.ExcelLib
Assembly: wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NoFill | 0 | The interior is not visible | |
| SolidFill | 1 | The interior is filled with a solid color. | |
| PatternFill | 2 | The interior is filled with a pattern. | |
| TextureFill | 3 | The interior is filled with a texture. | |
| PictureFill | 4 | The interior is a picture.. | |
| GradientFill | 5 | The interior is filled with a gradient. |
See Also