ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLSheet Class / Shapes Property

In This Topic
    Shapes Property
    In This Topic
    Gets a reference to the ShapeCollection for the sheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property Shapes As ShapeCollection
    public ShapeCollection Shapes {get;}
    See Also