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


In This Topic
    SaveNamedStyles Property (FpSpread)
    In This Topic
    Saves the collection of custom styles.
    Syntax
    'Declaration
     
    
    Public Property SaveNamedStyles As SaveNamedStyleCollection
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As SaveNamedStyleCollection
     
    instance.SaveNamedStyles = value
     
    value = instance.SaveNamedStyles
    public SaveNamedStyleCollection SaveNamedStyles {get; set;}
    See Also