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


In This Topic
    SetTypeface Method
    In This Topic
    Sets one of the three language fonts contained in the ThemeFonts collection.
    Syntax
    'Declaration
     
    
    Public Sub SetTypeface( _
       ByVal index As ThemeFontLanguage, _
       ByVal typeface As String _
    ) 
    'Usage
     
    
    Dim instance As ThemeFonts
    Dim index As ThemeFontLanguage
    Dim typeface As String
     
    instance.SetTypeface(index, typeface)
    public void SetTypeface( 
       ThemeFontLanguage index,
       string typeface
    )

    Parameters

    index
    The index value of the language font.
    typeface
    A string value represents the language font.
    See Also