[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionCollection.Add

Add Method

Add(SectionType, string)

Adds the specified SectionType to the SectionCollection.

Declaration
public Section Add(SectionType type, string name)
Parameters
Type Name Description
SectionType type
string name
Returns
Type Description
Section

Add(Section)

Adds the specified section to the SectionCollection.

Declaration
public int Add(Section section)
Parameters
Type Name Description
Section section
Returns
Type Description
int