Spread Silverlight Documentation
FontLanguage Enumeration


GrapeCity.Excel Namespace : FontLanguage Enumeration
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
ComplexScriptFont Specifies that a complex script font be used for a specific run of text.
EastAsianFont Specifies that an East Asian font be used for a specific run of text.
LatinFont Specifies that a Latin font be used for a specific run of text.
SymbolFont Specifies 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

Reference

GrapeCity.Excel Namespace