Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ShapeType Enumeration
In This Topic
    ShapeType Enumeration
    In This Topic
    Specifies the type of a shape or range of shapes.
    Syntax
    public enum ShapeType : System.Enum 
    Members
    MemberDescription
    AutoShape Specifies the AutoShape type.
    Chart Specifies the Chart type.
    Comment Specifies the Comment type.
    CommentThreaded Specifies the CommentThreaded type.
    FormControlSpecifies the GrapeCity.Documents.Excel.Forms.IControl type.
    Group Specifies the Group type.
    Picture Specifies the Picture type.
    Slicer Specifies the Slicer type.
    Inheritance Hierarchy

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

    See Also