'宣言 Public Event GetCellErrorInfo As GetErrorInfoEventHandler
public event GetErrorInfoEventHandler GetCellErrorInfo
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、GetErrorInfoEventArgs 型の引数を受け取りました。次の GetErrorInfoEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Col | Gets the index of the column that may contain errors (or -1 if checking for row errors). |
| ErrorText | Gets or sets a message that describes the error. |
| Row | Gets the index of the row that may contain errors. |
参照