SpreadsheetFont Constructor (String, Single, FontStyle, Color, FontEscapementType, FontUnderlineStyle, Byte)Bytescout Spreadsheet SDK
Initializes a new instance of the SpreadsheetFont class.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public SpreadsheetFont(
	string FontName,
	float Size,
	FontStyle Style,
	Color color,
	FontEscapementType Escapement,
	FontUnderlineStyle Underline,
	byte CharSet
)

Parameters

FontName
Type: SystemString
Name of the font.
Size
Type: SystemSingle
The size.
Style
Type: System.DrawingFontStyle
The style.
color
Type: System.DrawingColor
The color.
Escapement
Type: Bytescout.Spreadsheet.ConstantsFontEscapementType
The escapement.
Underline
Type: Bytescout.Spreadsheet.ConstantsFontUnderlineStyle
The underline.
CharSet
Type: SystemByte
The char set.
See Also

Reference