Enum ExcelShapeType
Enumeration of shapes available in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelShapeType
Fields
| Name | Description |
|---|---|
| AutoShape | Represents the AutoShape shape type. |
| Callout | Represents the Callout shape type. |
| Canvas | Represents the Canvas shape type. |
| Chart | Represents the Chart shape type. |
| CheckBox | Represents the Check box type. |
| Comment | Represents the Comment shape type. |
| Diagram | Represents the Diagram shape type. |
| EmbeddedOLEObject | Represents the EmbeddedOLEObject shape type. |
| FormControl | Represents the FormControl shape type. |
| Freeform | Represents the Freeform shape type. |
| Group | Represents the Group shape type. |
| Line | Represents the Line shape type. |
| LinkedOLEObject | Represents the LinkedOLEObject shape type. |
| LinkedPicture | Represents the LinkedPicture shape type. |
| Media | Cannot be used with this property. This constant is used with shapes in other Microsoft Office applications. |
| OLEControlObject | Represents the OLEControlObject shape type. |
| Picture | Represents the Picture shape type. |
| Placeholder | Cannot be used with this property. This constant is used with shapes in other Microsoft Office applications. |
| ScriptAnchor | Represents the ScriptAnchor shape type. |
| ShapeTypeMixed | Represents the ShapeTypeMixed shape type. |
| Table | Represents the Table shape type. |
| TextBox | Represents the TextBox shape type. |
| TextEffect | Represents the TextEffect shape type. |
| Unknown | Represents the Unknown shape type. |