ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / RowCollection Class
Members

In This Topic
    RowCollection Class
    In This Topic
    Represents a collection of Row objects.
    Object Model
    RowCollection Class
    Syntax
    'Declaration
     
    
    Public Class RowCollection 
       Inherits C1.Xaml.FlexGrid.RowColCollection(Of Row)
    public class RowCollection : C1.Xaml.FlexGrid.RowColCollection<Row> 
    Inheritance Hierarchy
    See Also