Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorkbook Class / GetThemeColor Method
Index of the color scheme.


In This Topic
    GetThemeColor Method (ExcelWorkbook)
    In This Topic
    Gets the color of the theme.
    Syntax
    'Declaration
     
    Public Function GetThemeColor( _
       ByVal colorSchemeIndex As ColorSchemeIndex _
    ) As GcColor
    'Usage
     
    Dim instance As ExcelWorkbook
    Dim colorSchemeIndex As ColorSchemeIndex
    Dim value As GcColor
     
    value = instance.GetThemeColor(colorSchemeIndex)
    public GcColor GetThemeColor( 
       ColorSchemeIndex colorSchemeIndex
    )

    Parameters

    colorSchemeIndex
    Index of the color scheme.
    See Also