Spread Silverlight Documentation
SpreadTheme Constructor(String,ThemeColor,String,String)


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadTheme Class > SpreadTheme Constructor : SpreadTheme Constructor(String,ThemeColor,String,String)
The name of the spread theme.
The base colors of the theme color.
Name of the heading font.
Name of the body font.
Initializes a new instance of the SpreadTheme class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal colors As ThemeColor, _
   ByVal headingFontName As System.String, _
   ByVal bodyFontName As System.String _
)
'Usage
 
Dim name As System.String
Dim colors As ThemeColor
Dim headingFontName As System.String
Dim bodyFontName As System.String
 
Dim instance As New SpreadTheme(name, colors, headingFontName, bodyFontName)
public SpreadTheme( 
   System.string name,
   ThemeColor colors,
   System.string headingFontName,
   System.string bodyFontName
)

Parameters

name
The name of the spread theme.
colors
The base colors of the theme color.
headingFontName
Name of the heading font.
bodyFontName
Name of the body font.
See Also

Reference

SpreadTheme Class
SpreadTheme Members
Overload List