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

Worksheet.Shapes Property

Provides access to a collection of drawing objects (shapes, pictures, and charts) in a worksheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ShapeCollection Shapes { get; }

Property Value

Type Description
ShapeCollection

A ShapeCollection object containing drawing objects in the current worksheet.

See Also