'宣言 Public Sub CopyToClipboard( _ ByVal firstPageIndex As Integer, _ ByVal count As Integer _ )
public void CopyToClipboard( int firstPageIndex, int count )
パラメータ
- firstPageIndex
- ゼロベースの開始のページインデックス。
- count
- クリップボードにコピーするページの数。
'宣言 Public Sub CopyToClipboard( _ ByVal firstPageIndex As Integer, _ ByVal count As Integer _ )
public void CopyToClipboard( int firstPageIndex, int count )