Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / TextureType Enumeration
In This Topic
    TextureType Enumeration
    In This Topic
    Specifies the texture type for the selected fill.
    Syntax
    public enum TextureType : System.Enum 
    Members
    MemberDescription
    None Indicates a combination of the other states, return value only.
    Preset Specifies the preset texture type.
    UserDefined Specifies the user-defined texture type.
    Inheritance Hierarchy

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

    See Also