'DeclarationPublic Event DataColumnConfigure As DataColumnConfigureEventHandler
'UsageDim instance As FpSpread Dim handler As DataColumnConfigureEventHandler AddHandler instance.DataColumnConfigure, handler
public event DataColumnConfigureEventHandler DataColumnConfigure
Event Data
The event handler receives an argument of type DataColumnConfigureEventArgs containing data related to this event. The following DataColumnConfigureEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Column | Gets the index of the column that was just configured. |
| Sheet | Gets the sheet (SheetView object) that is binding to a data source. |
See Also