Spread Silverlight Documentation
ThemeFont Constructor


GrapeCity.Excel Namespace > ThemeFont Class : ThemeFont Constructor
The script.
The typeface.
Initializes a new instance of the ThemeFont class.
Syntax
'Declaration
 
Public Function New( _
   ByVal script As System.String, _
   ByVal typeface As System.String _
)
'Usage
 
Dim script As System.String
Dim typeface As System.String
 
Dim instance As New ThemeFont(script, typeface)
public ThemeFont( 
   System.string script,
   System.string typeface
)

Parameters

script
The script.
typeface
The typeface.
See Also

Reference

ThemeFont Class
ThemeFont Members