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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.