Click or drag to resize

XlsGradient BackColor Property

Gets or sets the background color of the book.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color BackColor { get; set; }

Property Value

Type: Color
A Color object representing the background color.

Implements

IGradient BackColor
See Also