Add Method
Adds a PageView object to the PageViewCollection.
Syntax
Visual Basic Overrides Public Sub
Add( ByVal oPageView As Control )C# public override void
Add(Control oPageView );Managed C++ public: void
Add(Control oPageView );JScript public override function
Add(oPageView : Control );
Parameters
oPageView Required. Control object to add to the collection.
Return Value
No return value.
Applies To
PageViewCollection
See Also