Winnovative Excel Library

ExcelShapeFillType Enumeration

Winnovative Excel Library Documentation
Represents the type of interior of a shape.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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

Reference