Description
Returns a Color representing the specified color, and throws an exception if the file does not support the specified color. For .xls files, an exception will be thrown if the color is not in the palette. For .xlsx files, a Color will always be returned.
C#
vb.net
Parameters
color
The desired color.Returns
A Color object in the palette that matches the specified color.Examples
C#
vb.net