FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > FpSpread クラス : RowErrorTextChanged イベント |
'Declaration Public Event RowErrorTextChanged As RowErrorTextEventHandler
'使用法 Dim instance As FpSpread Dim handler As RowErrorTextEventHandler AddHandler instance.RowErrorTextChanged, handler
public event RowErrorTextEventHandler RowErrorTextChanged
イベント ハンドラが、このイベントに関連するデータを含む、RowErrorTextChangedEventArgs 型の引数を受け取りました。次の RowErrorTextChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 説明 |
---|---|
RowIndex | 行インデックスを取得します。 |
SheetView | SheetViewオブジェクトを取得します。 |