ComponentOne Xamarin.iOS
Rows Property (GridPanel)


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

Reference

GridPanel Class
GridPanel Members