Click or drag to resize

AddtionalFormatWrapper BackgroundColor Property

Gets or sets the background 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 Color BackgroundColor { get; set; }

Return Value

Type: Color
The background color of the cell.
See Also