PrintDocument for WinForms
InsertRange メソッド (PreviewPages)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > PreviewPages クラス : InsertRange メソッド
Index at which to insert the pages.
The pages to insert.
Inserts a range of pages into the current collection.
シンタックス
'宣言
 
Public Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal pages As System.Collections.ICollection _
) 
'使用法
 
Dim instance As PreviewPages
Dim index As System.Integer
Dim pages As System.Collections.ICollection
 
instance.InsertRange(index, pages)
public void InsertRange( 
   System.int index,
   System.Collections.ICollection pages
)

パラメータ

index
Index at which to insert the pages.
pages
The pages to insert.
参照

PreviewPages クラス
PreviewPages メンバ