ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / Grid Class / Rows Property

In This Topic
    Rows Property (Grid)
    In This Topic
    Gets a reference to the RowCollection that contains the rows in the layout grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As RowCollection
    public RowCollection Rows {get;}
    See Also