Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / ListItem Constructor / ListItem Constructor(String)
A System.String value that represents the Text of the ListItem.


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

    Parameters

    text
    A System.String value that represents the Text of the ListItem.
    See Also