Spread Windows Forms 15.0
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
    NamedStyleCollection NamedStyles {get; set;}
    See Also