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