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