Sets rgb color.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetRGB(
Color rgb,
IWorkbook book,
double dTintValue
)
Public Sub SetRGB (
rgb As Color,
book As IWorkbook,
dTintValue As Double
)
public:
void SetRGB(
Color rgb,
IWorkbook^ book,
double dTintValue
)
member SetRGB :
rgb : Color *
book : IWorkbook *
dTintValue : float -> unit
Parameters
-
rgb
-
Type:
System.Drawing
Color
Rgb color to set.
-
book
-
Type:
Spire.Xls.Core
IWorkbook
Parent workbook.
-
dTintValue
-
Type:
System
Double
Tint value.
See Also