ComponentOne Xamarin.iOS
EditorRange Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : EditorRange Property
Gets the GridCellRange that corresponds to the cell currently being edited.
Syntax
'Declaration
 
Public ReadOnly Property EditorRange As GridCellRange
'Usage
 
Dim instance As GridBase
Dim value As GridCellRange
 
value = instance.EditorRange
public GridCellRange EditorRange {get;}
See Also

Reference

GridBase Class
GridBase Members