Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / DefaultStyle Property


In This Topic
    DefaultStyle Property (SpreadSkin)
    In This Topic
    Gets or sets the cells default renderer of the Spread skin.
    Syntax
    'Declaration
     
    
    Public Property DefaultStyle As NamedStyle
    'Usage
     
    
    Dim instance As SpreadSkin
    Dim value As NamedStyle
     
    instance.DefaultStyle = value
     
    value = instance.DefaultStyle
    public NamedStyle DefaultStyle {get; set;}
    See Also