Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumn Class / DefaultSubItem Property


In This Topic
DefaultSubItem Property (ListColumn)
In This Topic
Gets a value that represents the default subitem.
Syntax
'Declaration
 
Public Property DefaultSubItem As DefaultSubItem
 
'Usage
 
Dim instance As ListColumn
Dim value As DefaultSubItem
 
instance.DefaultSubItem = value
 
value = instance.DefaultSubItem

Property Value

A DefaultSubItem value indicates the default subitem in the ListColumn.
See Also