ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SectionCollection Class / Add Method / Add(Section) Method

Specifies the Section object to be added in the collection.


In This Topic
Add(Section) Method
In This Topic
Adds the specified section to the SectionCollection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal section As Section _
) As Integer
 

Parameters

section

Specifies the Section object to be added in the collection.

See Also