SpreadsheetGear 2023
ShapeType Enumeration


SpreadsheetGear.Shapes Namespace : ShapeType Enumeration
Specifies the type of a shape.
Syntax
'Declaration
 
Public Enum ShapeType 
   Inherits System.Enum
'Usage
 
Dim instance As ShapeType
public enum ShapeType : System.Enum 
Members
MemberDescription
AutoShape 
Callout 
Canvas 
Chart 
Comment 
Diagram 
EmbeddedOLEObject 
FormControl 
FreeForm 
Group 
Line 
LinkedOLEObject 
LinkedPicture 
Media 
OLEControlObject 
Picture 
Placeholder 
ScriptAnchor 
ShapeTypeMixed 
Table 
TextBox 
TextEffect 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Shapes.ShapeType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Shapes Namespace
IShape Interface