Spread Silverlight Documentation
ExcelTheme Constructor


GrapeCity.Excel Namespace > ExcelTheme Class : ExcelTheme Constructor
The name.
The color scheme.
The font scheme.
Initializes a new instance of the ExcelTheme class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal colorScheme As IColorScheme, _
   ByVal fontScheme As IFontScheme _
)
'Usage
 
Dim name As System.String
Dim colorScheme As IColorScheme
Dim fontScheme As IFontScheme
 
Dim instance As New ExcelTheme(name, colorScheme, fontScheme)
public ExcelTheme( 
   System.string name,
   IColorScheme colorScheme,
   IFontScheme fontScheme
)

Parameters

name
The name.
colorScheme
The color scheme.
fontScheme
The font scheme.
See Also

Reference

ExcelTheme Class
ExcelTheme Members