Spread Windows Forms 12.0 Product Documentation
ThemeFont Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : 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
public enum ThemeFont : System.Enum 
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

Reference

GrapeCity.Spreadsheet Namespace