AddtionalFormatWrapper
BackgroundKnownColor Property
|
Gets or sets the background known color of the cell.
Namespace:
Spire.Xls.Core.Spreadsheet
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:
property ExcelColors BackgroundKnownColor {
ExcelColors get ();
void set (ExcelColors value);
}
member BackgroundKnownColor : ExcelColors with get, set
Return Value
Type:
ExcelColors
The background known color of the cell.
See Also