PrintDocument for WinForms
RemoveRange メソッド (PreviewPages)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > PreviewPages クラス : RemoveRange メソッド
Index of the first page to remove.
The number of pages to remove.
Removes a range of pages from the current collection.
シンタックス
'宣言
 
Public Sub RemoveRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
'使用法
 
Dim instance As PreviewPages
Dim index As System.Integer
Dim count As System.Integer
 
instance.RemoveRange(index, count)
public void RemoveRange( 
   System.int index,
   System.int count
)

パラメータ

index
Index of the first page to remove.
count
The number of pages to remove.
参照

PreviewPages クラス
PreviewPages メンバ