Spread Silverlight Documentation
ExcelFont Constructor


GrapeCity.Excel Namespace > ExcelFont Class : ExcelFont Constructor
The font name
The font color.
The font family.
Initializes a new instance of the ExcelFont class.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As System.String, _
   ByVal fontColor As ExcelColor, _
   ByVal fontFamily As ExcelFontFamily _
)
'Usage
 
Dim name As System.String
Dim fontColor As ExcelColor
Dim fontFamily As ExcelFontFamily
 
Dim instance As New ExcelFont(name, fontColor, fontFamily)
public ExcelFont( 
   System.string name,
   ExcelColor fontColor,
   ExcelFontFamily fontFamily
)

Parameters

name
The font name
fontColor
The font color.
fontFamily
The font family.
See Also

Reference

ExcelFont Class
ExcelFont Members