Visual Basic (Declaration) | |
---|---|
Public Sub Insert( _ ByVal index As System.Integer, _ ByVal value As Page _ ) |
Parameters
- index
- A zero-based Integer index indicating the position at which to insert the Page object.
- value
- The Page object to insert.
ActiveReports Developer 7 | |
Insert Method | |
See Also |
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > PageCollection Class : Insert Method |
Glossary Item Box
Visual Basic (Declaration) | |
---|---|
Public Sub Insert( _ ByVal index As System.Integer, _ ByVal value As Page _ ) |