ActiveReports 13
Add(Section) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports Namespace > SectionCollection Class > Add Method : Add(Section) Method

Specifies the Section object to be added in the collection.

Adds the specified section to the SectionCollection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal section As Section _
) As Integer
public int Add( 
   Section section
)

Parameters

section

Specifies the Section object to be added in the collection.

See Also

Reference

SectionCollection Class
SectionCollection Members
Overload List