Removes the specified
Page object from the
PageCollection at the specified index.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- An Integer indicating the index at which to remove the Page object.
See Also