PageCollection.RemoveAt(Int32) 方法

定義

從集合中移除位於索引指定之位置的頁面。

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

參數

index
Int32

整數值,指出集合中要移除之 Page 所在的位置。

適用於