Click or drag to resize

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; }

Return Value

Type: ExcelColors
The background known color of the cell.
See Also