GrapeCity.Xaml.SpreadSheet.Data
GetThemeFont Method (Workbook)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class : GetThemeFont Method
Name of the theme font.
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

Reference

Workbook Class
Workbook Members