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


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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Workbook Class
Workbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options