Spread WinForms 15
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()
See Also