Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / GetThemeColor Method
Index of color scheme


In This Topic
    GetThemeColor Method (IExcelWorkbook)
    In This Topic
    Gets the color of the specified color scheme index.
    Syntax
    'Declaration
     
    Function GetThemeColor( _
       ByVal themeIndex As ColorSchemeIndex _
    ) As GcColor
    'Usage
     
    Dim instance As IExcelWorkbook
    Dim themeIndex As ColorSchemeIndex
    Dim value As GcColor
     
    value = instance.GetThemeColor(themeIndex)
    GcColor GetThemeColor( 
       ColorSchemeIndex themeIndex
    )

    Parameters

    themeIndex
    Index of color scheme

    Return Value

    The theme color at the specified color scheme index
    See Also