StyleBackgroundThemeColor Property |
Gets and sets the background theme color.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic ThemeColor BackgroundThemeColor { get; set; }
Public Property BackgroundThemeColor As ThemeColor
Get
Set
public:
property ThemeColor^ BackgroundThemeColor {
ThemeColor^ get ();
void set (ThemeColor^ value);
}
member BackgroundThemeColor : ThemeColor with get, set
Property Value
Type:
ThemeColor
Remarks
If the background color is not a theme color, NULL will be returned.
See Also