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