Click or drag to resize

ExcelShapeFillType Enumeration

Represents the type of interior of a shape.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public enum ExcelShapeFillType
Members
Member nameValueDescription
NoFill0 The interior is not visible
SolidFill1 The interior is filled with a solid color.
PatternFill2 The interior is filled with a pattern.
TextureFill3 The interior is filled with a texture.
PictureFill4 The interior is a picture..
GradientFill5 The interior is filled with a gradient.
See Also