GrapeCity SPREAD for WPF 2.0J
ClipboardPasting イベント

ユーザーがクリップボードから GcSpreadGrid にデータを貼り付ける前に発生します。
構文
'Declaration
 
Public Event ClipboardPasting As EventHandler(Of ClipboardPastingEventArgs)
public event EventHandler<ClipboardPastingEventArgs> ClipboardPasting
イベント データ

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

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

GcSpreadGrid クラス
GcSpreadGrid メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.