Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFonts Class / GetTypeface Method
The index value of the language font.


In This Topic
    GetTypeface Method
    In This Topic
    Gets one of the three language fonts contained in the ThemeFonts collection.
    Syntax
    'Declaration
     
    
    Public Function GetTypeface( _
       ByVal workbook As IWorkbook, _
       ByVal index As ThemeFontLanguage _
    ) As String
    'Usage
     
    
    Dim instance As ThemeFonts
    Dim workbook As IWorkbook
    Dim index As ThemeFontLanguage
    Dim value As String
     
    value = instance.GetTypeface(workbook, index)

    Parameters

    workbook
    index
    The index value of the language font.

    Return Value

    A string value represents the language font.
    See Also