Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / SelectedShapes Property


In This Topic
    SelectedShapes Property
    In This Topic
    Gets a IShapeRange object that represents all selected shapes.
    Syntax
    'Declaration
     
    
    ReadOnly Property SelectedShapes As IShapeRange
    'Usage
     
    
    Dim instance As IShapes
    Dim value As IShapeRange
     
    value = instance.SelectedShapes
    IShapeRange SelectedShapes {get;}

    Property Value

    The selected shapes in a IShapes collection.
    See Also