Back to Devexpress

Worksheet.Shapes Property

officefileapi-devexpress-dot-spreadsheet-dot-worksheet-2d8f4780.md

latest1.1 KB
Original Source

Worksheet.Shapes Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ShapeCollection Shapes { get; }
vb
ReadOnly Property Shapes As ShapeCollection

Property Value

TypeDescription
ShapeCollection

A ShapeCollection object containing drawing objects in the current worksheet.

|

See Also

Worksheet Interface

Worksheet Members

DevExpress.Spreadsheet Namespace