'宣言 Overloads Sub Paste( _ Optional ByVal destination As IRange _ )
void Paste( IRange destination )
パラメータ
- destination
- クリップボードのコンテンツを貼り付ける場所を指定するIRangeオブジェクト。 この引数を省略すると、現在の選択範囲に貼り付けられます。
'宣言 Overloads Sub Paste( _ Optional ByVal destination As IRange _ )
void Paste( IRange destination )