Initializes a new instance of the
SpreadTheme class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As ThemeColor, _
ByVal 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 ,
ThemeColor ,
System.string ,
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