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