Spread.Sheets Documentation
ColorScheme type
Creates a ColorScheme instance.
Syntax
var instance = new GC.Spread.Sheets.ColorScheme(name,
                                               background1,
                                               background2,
                                               text1,
                                               text2,
                                               accent1,
                                               accent2,
                                               accent3,
                                               accent4,
                                               accent5,
                                               accent6,
                                               link,
                                               followedLink);
function ColorScheme;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.ColorScheme

Constructors
 NameDescription
public ConstructorColorScheme ConstructorCreates a ColorScheme instance.  
Top
Methods
 NameDescription
public Methodaccent1Gets or sets the accent1 theme color of the color scheme.  
public Methodaccent2Gets or sets the accent2 theme color of the color scheme.  
public Methodaccent3Gets or sets the accent3 theme color of the color scheme.  
public Methodaccent4Gets or sets the accent4 theme color of the color scheme.  
public Methodaccent5Gets or sets the accent5 theme color of the color scheme.  
public Methodaccent6Gets or sets the accent6 theme color of the color scheme.  
public Methodbackground1Gets or sets the background1 theme color of the color scheme.  
public Methodbackground2Gets or sets the background2 theme color of the color scheme.  
public MethodfollowedHyperlinkGets or sets the followed hyperlink theme color of the color scheme.  
public MethodgetColorGets the color based on the theme color.  
public MethodhyperlinkGets or sets the hyperlink theme color of the color scheme.  
public MethodnameGets or sets the name of the color scheme.  
public MethodtextColor1Gets or sets the textcolor1 theme color of the color scheme.  
public MethodtextColor2Gets or sets the textcolor2 theme color of the color scheme.  
Top
See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.