Aspose::Cells::Drawing::FillType enum
FillType enum
Fill format type.
enum class FillType
Values
| Name | Value | Description |
|---|---|---|
| Automatic | 0 | Represents automatic formatting type. |
| None | 1 | Represents none formatting type. |
| Solid | 2 | Solid fill format. |
| Gradient | 3 | Gradient fill format. |
| Texture | 4 | Texture fill format(includes picture fill). |
| Pattern | 5 | Pattern fill format. |
| Group | 6 | Inherit the fill properties of the group. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++