Spread WPF 17
GrapeCity.Excel Namespace / IColorScheme Interface
Members


In This Topic
    IColorScheme Interface
    In This Topic
    An interface used to defines a set of colors which are referenced to as a color scheme. The color scheme is responsible for defining a list a twelve 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.
    Object Model
    IColorScheme Interface
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Interface IColorScheme 
    'Usage
     
    Dim instance As IColorScheme
    [DefaultMember("Item")]
    public interface IColorScheme 
    See Also