Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / Text Property


In This Topic
Text Property (ListItemInfo)
In This Topic
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

Property Value

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