'宣言
Public Function GetRange( _ ByVal index As System.Integer, _ ByVal count As System.Integer _ ) As PagesCollection
public PagesCollection GetRange( System.int index, System.int count )
パラメータ
- index
- 範囲の開始ページを表すインデックス。
- count
- 抽出するページ数。
戻り値の型
コレクションの指定したインデックスから開始して抽出された新しいコレクション。