XlsChartFrameFormat
BackGroundKnownColor Property
|
Represents the known color used for the background in Excel.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelColors BackGroundKnownColor { get; set; }
Public Property BackGroundKnownColor As ExcelColors
Get
Set
public:
virtual property ExcelColors BackGroundKnownColor {
ExcelColors get () sealed;
void set (ExcelColors value) sealed;
}
abstract BackGroundKnownColor : ExcelColors with get, set
override BackGroundKnownColor : ExcelColors with get, set
Property Value
Type:
ExcelColors
See Also