MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / AddColumnHeaders Method
A string containing the headers for the view.

In This Topic
    AddColumnHeaders Method (IDropDownView)
    In This Topic
    Adds column headers to the view in unbound mode.
    Syntax
    'Declaration
     
    
    Sub AddColumnHeaders( _
       ByVal headers As String _
    ) 
    void AddColumnHeaders( 
       string headers
    )

    Parameters

    headers
    A string containing the headers for the view.
    Remarks

    This method will add columns to the view so that all headers from the headers get into the view.

    This method sets the caption and name of the column.

    See Also