ThemeColor Property
ThemeColor
Gets or sets the theme color used for the font color.
Declaration
ThemeColor ThemeColor { get; set; }
Property ThemeColor As ThemeColor
Examples
IFont font = worksheet.Range["A1"].Font;
font.ThemeColor = ThemeColor.Accent1;
ThemeColor themeColor = font.ThemeColor;