SPREAD for WPF 3.0J - GcSpreadGrid
ClipboardPasting イベント

GrapeCity.Windows.SpreadGrid 名前空間 > GcSpreadGrid クラス : ClipboardPasting イベント
ユーザーがクリップボードから GcSpreadGrid にデータを貼り付ける前に発生します。
シンタックス
'宣言
 
Public Event ClipboardPasting As EventHandler(Of ClipboardPastingEventArgs)
public event EventHandler<ClipboardPastingEventArgs> ClipboardPasting
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ClipboardPastingEventArgs 型の引数を受け取りました。次の ClipboardPastingEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
データを貼り付ける対象のセル範囲を指定する CellRange。  
イベント処理の現在の状態を示す値を取得または設定します。  
参照