True DBGrid for WinForms
FormatText イベント (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : FormatText イベント
Occurs whenever a cell is about to be rendered and whose C1DataColumn.NumberFormat property has been set to FormatText Event.
シンタックス
'宣言
 
Public Event FormatText As FormatTextEventHandler
public event FormatTextEventHandler FormatText
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、FormatTextEventArgs 型の引数を受け取りました。次の FormatTextEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Indicates the position in the Columns collection.  
The C1DataColumn object.  
The row index for the cell to be formatted.  
The value to format.  
参照