FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / BandCollection Class / Add Method / Add(String) Method
Banded column name.

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

    Parameters

    name
    Banded column name.

    Return Value

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