Spread Windows Forms 17
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


In This Topic
    DataColumnConfigureEventArgs Constructor
    In This Topic
    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