A zero-based index of the page to be removed.
Removes the page at the specified index from the collection.
[Visual Basic]
Public Sub RemoveAt( _
ByVal index As Integer _
)
[C#]
public void RemoveAt(
int index
);
A zero-based index of the page to be removed.
PagesCollection Class | PagesCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.