[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IFont.ThemeFont

ThemeFont Property

ThemeFont

Gets or sets the theme font used by the font.

Use Major or Minor to follow the workbook theme font scheme, or None to use a non-theme font.

Declaration
ThemeFont ThemeFont { get; set; }
Property ThemeFont As ThemeFont
Examples
IFont font = worksheet.Range["A1"].Font;
font.ThemeFont = ThemeFont.Major;
ThemeFont themeFont = font.ThemeFont;