Skip to main content
A newer version of this page is available. .
Row

ShapeType Enum

Lists types of graphical objects that can be placed within a worksheet.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum ShapeType

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.

Related API Members

The following properties accept/return ShapeType values:

Remarks

The values listed by this enumeration are returned by the Shape.ShapeType property.

See Also