Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / NamedStyles Property


In This Topic
NamedStyles Property (DefaultSheetStyleModel)
In This Topic
Gets or sets the named styles collection for the model.
Syntax
'Declaration
 
Public Overridable Property NamedStyles As NamedStyleCollection
 
'Usage
 
Dim instance As DefaultSheetStyleModel
Dim value As NamedStyleCollection
 
instance.NamedStyles = value
 
value = instance.NamedStyles
See Also