Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetGroupDataModelEventArgs Class / SheetGroupDataModelEventArgs Constructor
Group footer
Column index


In This Topic
    SheetGroupDataModelEventArgs Constructor
    In This Topic
    The SheetGroupDataModelEventArgs constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal groupFooter As GroupFooter, _
       ByVal column As Integer _
    )
    'Usage
     
    
    Dim groupFooter As GroupFooter
    Dim column As Integer
     
    Dim instance As New SheetGroupDataModelEventArgs(groupFooter, column)
    public SheetGroupDataModelEventArgs( 
       GroupFooter groupFooter,
       int column
    )

    Parameters

    groupFooter
    Group footer
    column
    Column index
    See Also