Link Search Menu Expand Document

SpreadsheetFont Constructor (String, Single)

Initializes a new instance of the SpreadsheetFont class.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public SpreadsheetFont(
	string FontName,
	float Size
)

Parameters

FontName
Type: SystemString
Name of the font.
Size
Type: SystemSingle
The size.
See Also

Reference