Back to Devexpress

Shape.ShapeType Property

officefileapi-devexpress-dot-spreadsheet-dot-shape.md

latest1.6 KB
Original Source

Shape.ShapeType Property

Returns the type of the drawing object.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ShapeType ShapeType { get; }
vb
ReadOnly Property ShapeType As ShapeType

Property Value

TypeDescription
ShapeType

A ShapeType enumeration value specifying the drawing object’s type.

|

Available values:

NameDescription
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.

| | OleObject |

An OLE object.

|

See Also

Shape Interface

Shape Members

DevExpress.Spreadsheet Namespace