Represents the type of interior of a shape.
| C# | Visual Basic | Visual C++ |
public enum ExcelShapeFillType
Public Enumeration ExcelShapeFillType
public enum class ExcelShapeFillType
| Member | Description |
|---|---|
| NoFill |
The interior is not visible
|
| SolidFill |
The interior is filled with a solid color.
|
| PatternFill |
The interior is filled with a pattern.
|
| TextureFill |
The interior is filled with a texture.
|
| PictureFill |
The interior is a picture..
|
| GradientFill |
The interior is filled with a gradient.
|