Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / SubItems Property


In This Topic
SubItems Property (ListItem)
In This Topic
Gets or sets the subitem collection of the ListItem.
Syntax
'Declaration
 
Public ReadOnly Property SubItems As SubItemCollection
 
'Usage
 
Dim instance As ListItem
Dim value As SubItemCollection
 
value = instance.SubItems

Property Value

A SubItemCollection value that represents the subitem collection of the ListItem.
See Also