Spread Windows Forms 12.0 Product Documentation
DataColumnConfigureEventArgs Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DataColumnConfigureEventArgs Class : DataColumnConfigureEventArgs Constructor
Sheet (SheetView object) that is binding to a data source
Index of the column that was just configured
Creates a new object with the DataColumnConfigure event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal column As Integer _
)
'Usage
 
Dim sheetView As SheetView
Dim column As Integer
 
Dim instance As New DataColumnConfigureEventArgs(sheetView, column)
public DataColumnConfigureEventArgs( 
   SheetView sheetView,
   int column
)

Parameters

sheetView
Sheet (SheetView object) that is binding to a data source
column
Index of the column that was just configured
See Also

Reference

DataColumnConfigureEventArgs Class
DataColumnConfigureEventArgs Members