Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / GetThemeColor Method
Name of the theme color.


In This Topic
    GetThemeColor Method (Workbook)
    In This Topic
    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