FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / BandCollection Class / Add Method / Add(Column) Method
C1FlexGrid column prototype.

In This Topic
    Add(Column) Method
    In This Topic
    Adds new band to the end of the IBandCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal column As Column _
    ) As IBand
    public IBand Add( 
       Column column
    )

    Parameters

    column
    C1FlexGrid column prototype.

    Return Value

    A new band if successful, otherwise - null.
    See Also