[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IInterior.ThemeColor

ThemeColor Property

ThemeColor

Gets or sets the theme color in the applied color scheme that is associated with the specified object.

Declaration
ThemeColor ThemeColor { get; set; }
Property ThemeColor As ThemeColor
Examples
IInterior interior = worksheet.Range["A1"].Interior;
interior.ThemeColor = ThemeColor.Accent1;
ThemeColor themeColor = interior.ThemeColor;