XlColor.FromArgb Method
| Name | Parameters | Description |
|---|---|---|
| FromArgb(Byte, Byte, Byte) static | red, green, blue | Creates the XlColor object from the specified 8-bit color values (red, green, and blue). |
| FromArgb(Int32) static | argb | Creates the XlColor object from a 32-bit ARGB value. |