Aspose::Cells::Drawing::FillType enum

FillType enum

Fill format type.

enum class FillType

Values

NameValueDescription
Automatic0
Represents automatic formatting type.
None1
Represents none formatting type.
Solid2
Solid fill format.
Gradient3
Gradient fill format.
Texture4
Texture fill format(includes picture fill).
Pattern5
Pattern fill format.
Group6
Inherit the fill properties of the group.

See Also