Spread Silverlight Documentation
ColorScheme Property (ExcelTheme)


GrapeCity.Excel Namespace > ExcelTheme Class : ColorScheme Property
Represents a set of colors which are referenced to as a color scheme
Syntax
'Declaration
 
Public ReadOnly Property ColorScheme As IColorScheme
'Usage
 
Dim instance As ExcelTheme
Dim value As IColorScheme
 
value = instance.ColorScheme
public IColorScheme ColorScheme {get;}

Property Value

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

Reference

ExcelTheme Class
ExcelTheme Members