Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ThemeFont Enumeration
In This Topic
    ThemeFont Enumeration
    In This Topic
    Specifies the theme font to use.
    Syntax
    public enum ThemeFont : System.Enum 
    Members
    MemberDescription
    Major Specifies the major theme font.
    Minor Specifies the minor theme font.
    None Specifies to not use any theme font.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.ThemeFont

    See Also