'Declaration Public Function GetThemeColor( _ ByVal themeColor As String _ ) As Color
'Usage Dim instance As Workbook Dim themeColor As String Dim value As Color value = instance.GetThemeColor(themeColor)
public Color GetThemeColor( string themeColor )
Parameters
- themeColor
- Name of the theme color.
Return Value
The theme color.