ComponentOne Xamarin.iOS
Rows Property (FlexGrid)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : Rows Property
Gets the collection of rows of the grid.
Syntax
'Declaration
 
Public ReadOnly Property Rows As GridRowCollection
'Usage
 
Dim instance As FlexGrid
Dim value As GridRowCollection
 
value = instance.Rows
public GridRowCollection Rows {get;}
See Also

Reference

FlexGrid Class
FlexGrid Members