Click or drag to resize

XlsGradient BackColorObject Property

Gets the background color as an OColor object.

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

Return Value

Type: OColor
An OColor object representing the background color.

Implements

IGradient BackColorObject
See Also