ShapeType Enum
Lists types of graphical objects a worksheet can contain.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
Name | Description |
---|---|
Picture
|
A picture. |
Chart
|
A chart. |
Shape
|
A shape. |
Connector
|
A connector used to connect two shapes. |
Group
|
A group of shapes. |
FormControl
|
A form control. |
Related API Members
The following properties accept/return ShapeType values:
Remarks
The Shape.ShapeType property returns ShapeType values.
See Also