Click or drag to resize

RtfTextWriter WriteForeColorAttribute Method

Sets the foreground color attribute.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void WriteForeColorAttribute(
	Color color
)

Parameters

color
Type: System.Drawing Color
The color to set as the foreground color.
See Also