InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / GridColumnCollection Class / GridColumnCollection Constructor
The owning GridPanel element.

In This Topic
    GridColumnCollection Constructor
    In This Topic
    Initializes a new instance of the GridColumnCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal grid As GridPanel _
    )
    public GridColumnCollection( 
       GridPanel grid
    )

    Parameters

    grid
    The owning GridPanel element.
    See Also