GrapeCity.Xaml.SpreadSheet.Data
GetThemeColor Method (Workbook)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Workbook Class : GetThemeColor Method
Name of the theme color.
Gets the color with a specified theme name.
Syntax
'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.
See Also

Reference

Workbook Class
Workbook Members