Worksheet.Shapes Property

Gets a Microsoft.Office.Interop.Excel.Shapes object that represents all the shapes on the worksheet.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
ReadOnly Property Shapes As Shapes
    Get
Shapes Shapes { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Shapes
A Microsoft.Office.Interop.Excel.Shapes object that represents all the shapes on the worksheet.

.NET Framework Security

See Also

Reference

Worksheet Interface

Microsoft.Office.Tools.Excel Namespace