Reports for WPF | ComponentOne
C1.C1Report Namespace / GroupCollection Class / Count Property

In This Topic
    Count Property (GroupCollection)
    In This Topic
    Returns the number of groups in a C1Report.Groups collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    See Also