Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / GetThemeFont Method
Name of the theme font.


In This Topic
    GetThemeFont Method (Workbook)
    In This Topic
    Gets the font family with a specified theme name.
    Syntax
    'Declaration
     
    Public Function GetThemeFont( _
       ByVal themeFont As String _
    ) As FontFamily
    'Usage
     
    Dim instance As Workbook
    Dim themeFont As String
    Dim value As FontFamily
     
    value = instance.GetThemeFont(themeFont)
    public FontFamily GetThemeFont( 
       string themeFont
    )

    Parameters

    themeFont
    Name of the theme font.

    Return Value

    The theme font family.
    See Also