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