OColor Constructor (Color)
|
Initializes a new instance of the
OColor
class with the specified RGB color.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OColor(
Color rgb
)
Public Sub New (
rgb As Color
)
public:
OColor(
Color rgb
)
new :
rgb : Color -> OColor
Parameters
-
rgb
-
Type:
System.Drawing
Color
The RGB color.
See Also