'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.