RtfTextWriter
AddColor Method
|
Adds color to the colors table.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int AddColor(
Color color
)
Public Function AddColor (
color As Color
) As Integer
public:
int AddColor(
Color color
)
member AddColor :
color : Color -> int
Parameters
-
color
-
Type:
System.Drawing
Color
Return Value
Type:
Int32
See Also