GrapeCity.Xaml.Excel
FillFormatType Enumeration


GrapeCity.Excel.Chart Namespace : FillFormatType Enumeration
The Fill format type
Syntax
'Declaration
 
Public Enum FillFormatType 
   Inherits System.Enum
'Usage
 
Dim instance As FillFormatType
public enum FillFormatType : System.Enum 
Members
MemberDescription
GradientFill Specifes a gradient fill
GroupFill Specifes a group fill.
NoFill Specifies taht no fill is applied to the element.
PatternFill Specifes a pattern fill.
PictureFill Specifes a picture fill.
SolidFill Specifes a solid color fill. The Shape is filled entirely with the specified color.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.FillFormatType

See Also

Reference

GrapeCity.Excel.Chart Namespace