Click or drag to resize

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
)

Parameters

rgb
Type: System.Drawing Color
The RGB color.
See Also