Click or drag to resize

FontArrayWrapper Color Property

Gets / sets font color. If there is at least one free color, define a new color. If not, search for the closest one in workbook palette.

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

Property Value

Type: Color

Implements

IFont Color
See Also