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


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

Property Value

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