C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridPanel Class / Rows Property


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