Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Shapes Property


In This Topic
    Shapes Property (IWorksheet)
    In This Topic
    Gets a collection of all the GrapeCity.Spreadsheet.Drawing.IShape objects on this IWorksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property Shapes As IShapes
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IShapes
     
    value = instance.Shapes
    IShapes Shapes {get;}

    Property Value

    The GrapeCity.Spreadsheet.Drawing.IShape objects on this IWorksheet.
    See Also