Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetDrawingColorByColor Method
The color.


In This Topic
GetDrawingColorByColor Method
In This Topic
Gets the open xml rgb color from the color.
Syntax
'Declaration
 
Public Shared Function GetDrawingColorByColor( _
   ByVal color 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.
See Also