Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / FillType Enumeration
In This Topic
    FillType Enumeration
    In This Topic
    Specifies a shape's fill type.
    Syntax
    public enum FillType : System.Enum 
    Members
    MemberDescription
    Gradient Specifies the gradient fill.
    Group Specifies the group fill.
    Patterned Specifies the patterned fill.
    Picture Specifies the picture fill.
    Solid Specifies the solid fill.
    Textured Specifies the textured fill.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.FillType

    See Also