Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / Default Property


In This Topic
    Default Property (Theme)
    In This Topic
    Gets the default theme for workbook.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Default As Theme
    'Usage
     
    
    Dim value As Theme
     
    value = Theme.Default
    public static Theme Default {get;}
    See Also