FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Band Class / Band Constructor / Band Constructor(String,String)
Banded column name.
Band's caption.

In This Topic
    Band Constructor(String,String)
    In This Topic
    Initializes a new instance of the Band class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       Optional ByVal caption As String _
    )
    public Band( 
       string name,
       string caption
    )

    Parameters

    name
    Banded column name.
    caption
    Band's caption.
    See Also