'宣言 Public Sub AddRange( _ ByVal pages As System.Collections.ICollection _ )
'使用法 Dim instance As PreviewPages Dim pages As System.Collections.ICollection instance.AddRange(pages)
public void AddRange( System.Collections.ICollection pages )
パラメータ
- pages
- The pages to add.