C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellRange Class / Cells Property


In This Topic
Cells Property (GridCellRange)
In This Topic
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
See Also