Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ThemeFont Enumeration


ThemeFont Enumeration
Represents the theme font within the theme. The theme font consists of a pair of major and minor fonts for which to used in a document.
Syntax
'Declaration
 
Public Enum ThemeFont 
   Inherits System.Enum
 
'Usage
 
Dim instance As ThemeFont
Members
MemberDescription
MajorMajor Font.
MinorMinor Font.
NoneDo not use any theme font.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.ThemeFont

See Also