C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / Selection Property


In This Topic
Selection Property
In This Topic
Gets or sets the current selection.
Syntax
'Declaration
 
Public Property Selection As GridCellRange
 
'Usage
 
Dim instance As GridBase
Dim value As GridCellRange
 
instance.Selection = value
 
value = instance.Selection
See Also