Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ShapeType Enum

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.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.

Remarks

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

See Also