Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / NamedStyles Property


In This Topic
    NamedStyles Property (FpSpread)
    In This Topic
    Gets or sets a pre-defined style (NamedStyleCollection object).
    Syntax
    'Declaration
     
    
    Public Property NamedStyles As NamedStyleCollection
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As NamedStyleCollection
     
    instance.NamedStyles = value
     
    value = instance.NamedStyles
    public NamedStyleCollection NamedStyles {get; set;}
    See Also