ActiveReports Developer 7
Add(Section) Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace > SectionCollection Class > Add Method : Add(Section) Method

section

Specifies the Section object to be added in the collection.

Glossary Item Box

Adds the specified section to the SectionCollection.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Add( _
   ByVal section As Section _
) As System.Integer
C# 
public System.int Add( 
   Section section
)

Parameters

section

Specifies the Section object to be added in the collection.

See Also