Enum ExcelFillType
Represents shape fill type.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelFillType
Fields
| Name | Description |
|---|---|
| Gradient | Represents gradient type. |
| Pattern | Represents pattern type. |
| Picture | Represents picture type. |
| SolidColor | Solid color. |
| Texture | Represents texture type. |
| UnknownGradient | Represents unsupport gradient that can be created using Excel 2007, but not supported correctly by Excel 2003 structures. |