enum EFontStyle

Describes the possible font styles the text of an cell in Excel could have.


Properties

Regular = 0

Specifies that the text is regular.


Italic = 1

Specifies that the text is italic.


Bold = 2

Specifies that the text is bold.


BoldItalic = 3

Specifies that the text is bold and italic.