Worksheet.Shapes Property
In This Article
Provides access to a collection of drawing objects (shapes, pictures, and charts) in a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ShapeCollection Shapes { get; }
#Property Value
Type | Description |
---|---|
Shape |
A Shape |
See Also