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

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

    Parameters

    name
    Banded column name.
    caption
    Band caption.

    Return Value

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