Spread WPF 17
GrapeCity.Excel Namespace / IExcelTheme Interface / ColorScheme Property


In This Topic
    ColorScheme Property (IExcelTheme)
    In This Topic
    Represents a set of colors which are referenced to as a color scheme
    Syntax
    'Declaration
     
    ReadOnly Property ColorScheme As IColorScheme
    'Usage
     
    Dim instance As IExcelTheme
    Dim value As IColorScheme
     
    value = instance.ColorScheme
    IColorScheme ColorScheme {get;}

    Property Value

    An IColorScheme instance represents the colors settings of the theme
    See Also