Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / Rows Property

In This Topic
    Rows Property (BaseTableView)
    In This Topic
    Gets the collection of C1.Win.C1FlexGrid.Row objects in the grid.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Rows As C1.Win.C1FlexGrid.RowCollection
    public new C1.Win.C1FlexGrid.RowCollection Rows {get;}
    See Also