GrapeCity.Xaml.SpreadSheet.Data
SpreadTheme Constructor(String,ThemeColor,String,String)


GrapeCity.Xaml.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 String, _
   ByVal colors As ThemeColor, _
   ByVal headingFontName As String, _
   ByVal bodyFontName As String _
)
'Usage
 
Dim name As String
Dim colors As ThemeColor
Dim headingFontName As String
Dim bodyFontName As String
 
Dim instance As New SpreadTheme(name, colors, headingFontName, bodyFontName)
public SpreadTheme( 
   string name,
   ThemeColor colors,
   string headingFontName,
   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