'宣言 Public Event FormatText As FormatTextEventHandler
public event FormatTextEventHandler FormatText
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、FormatTextEventArgs 型の引数を受け取りました。次の FormatTextEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
ColIndex | Indicates the position in the Columns collection. |
Column | The C1DataColumn object. |
Row | The row index for the cell to be formatted. |
Value | The value to format. |
参照