SpreadsheetFont Constructor (String, Single, FontStyle, Color, FontEscapementType, FontUnderlineStyle, Byte)
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Initializes a new instance of the SpreadsheetFont class.
Namespace:Bytescout.SpreadsheetAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-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