Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / Text Property


In This Topic
    Text Property (ListItem)
    In This Topic
    Gets or sets the text in the ListItem.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As ListItem
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    The text indicates the first SubItem.Value in the SubItems.
    See Also