Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / DataColumnConfigure Event


DataColumnConfigure Event
Occurs when the sheet is binding a column to a data source after it has been initialized.
Syntax
'Declaration
 
Public Event DataColumnConfigure As DataColumnConfigureEventHandler
 
'Usage
 
Dim instance As FpSpread
Dim handler As DataColumnConfigureEventHandler
 
AddHandler instance.DataColumnConfigure, handler
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.

PropertyDescription
Gets the index of the column that was just configured.  
Gets the sheet (SheetView object) that is binding to a data source.  
See Also