ComponentOne Xamarin.iOS
Cells Property (GridCellRange)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridCellRange Class : Cells Property
Gets the cells in this range.
Syntax
'Declaration
 
Public ReadOnly Property Cells As IEnumerable(Of GridCellRange)
'Usage
 
Dim instance As GridCellRange
Dim value As IEnumerable(Of GridCellRange)
 
value = instance.Cells
public IEnumerable<GridCellRange> Cells {get;}
See Also

Reference

GridCellRange Class
GridCellRange Members