Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / SelectAll Method


In This Topic
    SelectAll Method (IShapes)
    In This Topic
    Selects all the shapes in the specified Shapes collection.
    Syntax
    'Declaration
     
    
    Sub SelectAll() 
    'Usage
     
    
    Dim instance As IShapes
     
    instance.SelectAll()
    void SelectAll()
    See Also