ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / GridPanel Class / Rows Property

In This Topic
    Rows Property (GridPanel)
    In This Topic
    Gets the collection of rows in this GridPanel.
    Syntax
    'Declaration
     
    
    Public Property Rows As RowCollection
    public RowCollection Rows {get; set;}
    See Also