'宣言 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)
パラメータ
- index
 - Index at which to insert the pages.
 - pages
 - The pages to insert.