SpreadsheetFont Constructor (String, Single)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
)

Parameters

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

Reference