GetDrawingColorByColor Method
Gets the open xml rgb color from the color.
public static CT_SRgbColor GetDrawingColorByColor(
Color
)
'Declaration
Public Shared Function GetDrawingColorByColor( _
ByVal As Color _
) As CT_SRgbColor
'Usage
Dim color As Color
Dim value As CT_SRgbColor
value = ExcelXMLHelpers.GetDrawingColorByColor(color)
Parameters
- color
- The color.
Return Value
Returns the open xml rgb color.