ComponentOne Xamarin.Android
Selection Property


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridBase Class : Selection Property
Syntax
'Declaration
 
Public Property Selection As GridCellRange
'Usage
 
Dim instance As GridBase
Dim value As GridCellRange
 
instance.Selection = value
 
value = instance.Selection
public GridCellRange Selection {get; set;}
See Also

Reference

GridBase Class
GridBase Members