C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / SelectAll Method / SelectAll() Method


In This Topic
SelectAll() Method
In This Topic
Selects all the cells.
Syntax
'Declaration
 
Public Overloads Sub SelectAll() 
 
'Usage
 
Dim instance As GridBase
 
instance.SelectAll()
See Also