Spread WPF 17
GrapeCity.Excel Namespace / IThemeFont Interface / Script Property


In This Topic
    Script Property (IThemeFont)
    In This Topic
    Specified the script, or language, in which the typeface is supposed to be used
    Syntax
    'Declaration
     
    ReadOnly Property Script As String
    'Usage
     
    Dim instance As IThemeFont
    Dim value As String
     
    value = instance.Script
    string Script {get;}
    See Also