Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / SubStyles Property


In This Topic
SubStyles Property
In This Topic
Gets or sets a set of stored SubStyle objects.
Syntax
'Declaration
 
Public Property SubStyles As SubStyleCollection
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As SubStyleCollection
 
instance.SubStyles = value
 
value = instance.SubStyles

Property Value

A SubStyleCollection object that indicates the SubStyle collection.
See Also