Class ExcelFillType
Represents shape fill type.
Inheritance
System.Object
ExcelFillType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelFillType : Enum
Fields
Gradient
Represents gradient type.
Declaration
public const ExcelFillType Gradient
Field Value
Type |
---|
ExcelFillType |
Pattern
Represents pattern type.
Declaration
public const ExcelFillType Pattern
Field Value
Type |
---|
ExcelFillType |
Picture
Represents picture type.
Declaration
public const ExcelFillType Picture
Field Value
Type |
---|
ExcelFillType |
SolidColor
Solid color.
Declaration
public const ExcelFillType SolidColor
Field Value
Type |
---|
ExcelFillType |
Texture
Represents texture type.
Declaration
public const ExcelFillType Texture
Field Value
Type |
---|
ExcelFillType |
UnknownGradient
Represents unsupport gradient that can be created using Excel 2007, but not supported correctly by Excel 2003 structures.
Declaration
public const ExcelFillType UnknownGradient
Field Value
Type |
---|
ExcelFillType |