Spread Windows Forms 12.0 Product Documentation
Text Property (ListItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemInfo Class : Text Property
Gets or sets the text in the ListItemInfo object.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As ListItemInfo
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 ListItem.SubItems.
See Also

Reference

ListItemInfo Class
ListItemInfo Members