ActiveReports 18 .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
    public int Add( 
       Section section
    )

    Parameters

    section

    Specifies the Section object to be added in the collection.

    See Also