Spread WPF Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

ExcelTheme Class
ExcelTheme Members

 

 


Copyright © GrapeCity, inc. All rights reserved.