ActiveReports 12
Add(Object) Method

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class > Add Method : Add(Object) Method
The page object to add.
Adds a Page object to the end of the PagesCollection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal value As Object _
) As Integer
public int Add( 
   object value
)

Parameters

value
The page object to add.

Return Value

The position into which the new element was inserted.
See Also

Reference

PagesCollection Class
PagesCollection Members
Overload List