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
)
Public Sub WriteForeColorAttribute (
color As Color
)
public:
void WriteForeColorAttribute(
Color color
)
member WriteForeColorAttribute :
color : Color -> unit
Parameters
-
color
-
Type:
System.Drawing
Color
The color to set as the foreground color.
See Also