GrapeCity SPREAD for WPF 2.0J
RowBeginEdit イベント

GcSpreadGrid のアクティブ行が編集状態になるときに発生します。
構文
'Declaration
 
Public Event RowBeginEdit As EventHandler(Of SpreadRowBeginEditEventArgs)
public event EventHandler<SpreadRowBeginEditEventArgs> RowBeginEdit
イベント データ

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

プロパティ説明
RowIndexイベントが発生した GcSpreadGrid の編集行のインデックスを取得します。  
参照

GcSpreadGrid クラス
GcSpreadGrid メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.