Spread Silverlight Documentation
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelFont Class
ExcelFont Members

 

 


Copyright © GrapeCity, inc. All rights reserved.