ExcelShapeFillType Enumeration |
Represents the type of interior of a shape.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public enum ExcelShapeFillType
Public Enumeration ExcelShapeFillType
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