GrapeCity.Windows.SpreadGrid 名前空間 > GcSpreadGrid クラス : RowBeginEdit イベント |
'Declaration
Public Event RowBeginEdit As EventHandler(Of SpreadRowBeginEditEventArgs)
public event EventHandler<SpreadRowBeginEditEventArgs> RowBeginEdit
イベント ハンドラが、このイベントに関連するデータを含む、SpreadRowBeginEditEventArgs 型の引数を受け取りました。次の SpreadRowBeginEditEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 説明 |
---|---|
RowIndex | イベントが発生した GcSpreadGrid の編集行のインデックスを取得します。 |