ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRowCollection Class / Count Property

In This Topic
    Count Property (DataGridRowCollection)
    In This Topic
    Gets the count of rows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    public int Count {get;}

    Property Value

    The count of rows.
    See Also