Spread Silverlight 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, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelTheme Class
ExcelTheme Members

 

 


Copyright © GrapeCity, inc. All rights reserved.