GrapeCity.Xaml.Excel
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 String, _
   ByVal fontColor As ExcelColor, _
   ByVal fontFamily As ExcelFontFamily _
)
'Usage
 
Dim name As String
Dim fontColor As ExcelColor
Dim fontFamily As ExcelFontFamily
 
Dim instance As New ExcelFont(name, fontColor, fontFamily)
public ExcelFont( 
   string name,
   ExcelColor fontColor,
   ExcelFontFamily fontFamily
)

Parameters

name
The font name
fontColor
The font color.
fontFamily
The font family.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelFont Class
ExcelFont Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options