Share via


PageCollection.RemoveAt(Int32) Method

Definition

Removes a page from the collection found at the location specified by the index.

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parameters

index
Int32

An integer value indicating the location in the collection where the Page to be removed is located.

Applies to