[]
Gets or sets the theme color in the applied color scheme that is associated with the specified object.
ThemeColor ThemeColor { get; set; }
Property ThemeColor As ThemeColor
IInterior interior = worksheet.Range["A1"].Interior;
interior.ThemeColor = ThemeColor.Accent1;
ThemeColor themeColor = interior.ThemeColor;