Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / BuiltInFontSchemes Property


In This Topic
    BuiltInFontSchemes Property
    In This Topic
    Get Built-in theme font schemes.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BuiltInFontSchemes As ThemeFontScheme()
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim value() As ThemeFontScheme
     
    value = instance.BuiltInFontSchemes
    public ThemeFontScheme[] BuiltInFontSchemes {get;}
    See Also