Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumn Class / ListColumn Constructor / ListColumn Constructor(String)
A System.String value indicates the text of the header.


In This Topic
    ListColumn Constructor(String)
    In This Topic
    Initializes a new instance of the ListColumn class with text of header.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String _
    )
    'Usage
     
    
    Dim text As String
     
    Dim instance As New ListColumn(text)
    public ListColumn( 
       string text
    )

    Parameters

    text
    A System.String value indicates the text of the header.
    See Also