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