RemoveAt Method (C1PageCollection)
In This Topic
Removes the page with specified index from collection.
Syntax
'Declaration
Public Shadows Sub RemoveAt( _
ByVal As Integer _
)
public new void RemoveAt(
int
)
Parameters
- index
- The index of the page to remove.
See Also