ComponentOne Xamarin.iOS
ViewRange Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : ViewRange Property
Gets a GridCellRange value that indicates the range of cells currently visible on the grid.
Syntax
'Declaration
 
Public ReadOnly Property ViewRange As GridCellRange
'Usage
 
Dim instance As GridBase
Dim value As GridCellRange
 
value = instance.ViewRange
public GridCellRange ViewRange {get;}
See Also

Reference

GridBase Class
GridBase Members