'宣言 Public Event FetchRowStyle As FetchRowStyleEventHandler
public event FetchRowStyleEventHandler FetchRowStyle
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、FetchRowStyleEventArgs 型の引数を受け取りました。次の FetchRowStyleEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
CellStyle | The Style used to render the row. |
Row | The index of the row for the cell being rendered. |
Split | Indicates the position in the Splits collection. |
参照