ComponentOne Xamarin.iOS
Selection Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : Selection Property
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
public GridCellRange Selection {get; set;}
See Also

Reference

GridBase Class
GridBase Members