Returns the number of elements in the collection.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

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