Skip to main content
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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ShapeCollection Shapes { get; }

Property Value

Type Description
ShapeCollection

A ShapeCollection object containing drawing objects in the current worksheet.

See Also