Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INamedStyleSupport Interface / NamedStyles Property


In This Topic
NamedStyles Property (INamedStyleSupport)
In This Topic
Gets or sets the collection of styles used by the style model.
Syntax
'Declaration
 
Property NamedStyles As NamedStyleCollection
 
'Usage
 
Dim instance As INamedStyleSupport
Dim value As NamedStyleCollection
 
instance.NamedStyles = value
 
value = instance.NamedStyles
See Also