FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / FooterCollection Class / FooterCollection Constructor

In This Topic
    FooterCollection Constructor
    In This Topic
    Returns new instance of FooterCollection class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal view As C1FlexGridBase _
    )
    public FooterCollection( 
       C1FlexGridBase view
    )

    Parameters

    view
    See Also