Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFontScheme Class / Major Property


In This Topic
    Major Property
    In This Topic
    Gets the font setting for the "Headings" in a document.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Major As ThemeFonts
    'Usage
     
    
    Dim instance As ThemeFontScheme
    Dim value As ThemeFonts
     
    value = instance.Major
    public ThemeFonts Major {get;}
    See Also