ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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