ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / SectionCollection Class / Count Property

In This Topic
    Count Property (SectionCollection)
    In This Topic
    Returns the number of elements in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As System.Integer
    public System.int Count {get;}
    Remarks

    The SectionCollection class does not have Add or Remove methods.

    That is because the number of sections in a report is determined by then number of groups. To add or remove sections from the report, you need to add or remove groups.

    See Also