Spread WPF 17
GrapeCity.Excel Namespace / FontLanguage Enumeration


In This Topic
    FontLanguage Enumeration
    In This Topic
    Defines the font language used for a specific run of text
    Syntax
    'Declaration
     
    Public Enum FontLanguage 
       Inherits System.Enum
    'Usage
     
    Dim instance As FontLanguage
    public enum FontLanguage : System.Enum 
    Members
    MemberDescription
    ComplexScriptFontSpecifies that a complex script font be used for a specific run of text.
    EastAsianFontSpecifies that an East Asian font be used for a specific run of text.
    LatinFontSpecifies that a Latin font be used for a specific run of text.
    SymbolFontSpecifies that a symbol font be used for a specific run of text.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.FontLanguage

    See Also