[]
Provides data for the UnboundColumnFetch event.
public class UnboundColumnFetchEventArgs : EventArgs
Name | Description |
---|---|
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. |