Click or drag to resize

RtfTextWriter WriteBackColorAttribute Method

Writes the background 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 WriteBackColorAttribute(
	Color color
)

Parameters

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