Spread WPF 17
GrapeCity.Excel Namespace / IColorScheme Interface / SchemeColors Property


In This Topic
    SchemeColors Property (IColorScheme)
    In This Topic
    The twelve collections used to define the colors. The twelve colors consist of six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink.
    Syntax
    'Declaration
     
    ReadOnly Property SchemeColors As ReadOnlyCollection(Of IExcelColor)
    'Usage
     
    Dim instance As IColorScheme
    Dim value As ReadOnlyCollection(Of IExcelColor)
     
    value = instance.SchemeColors
    ReadOnlyCollection<IExcelColor> SchemeColors {get;}
    See Also