Click or drag to resize

XlsGradient ForeColorObject Property

Gets the foreground color as an OColor object based on the internal background color.

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

Return Value

Type: OColor
An OColor object representing the foreground color.

Implements

IGradient ForeColorObject
See Also