Excel font initialization.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLFont(
	string fontName,
	float fontSize
)
Visual Basic
Public Sub New ( _
	fontName As String, _
	fontSize As Single _
)

Parameters

fontName
Type: System..::..String
The font name, by default Arial.
fontSize
Type: System..::..Single
The font size in points, by default 10 pt.

See Also