XlFontBase Class
Serves as a base for the XlFont class and specifies the common font characteristics.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Remarks
The XlFontBase class serves as a base for the XlFont class and provides the following properties used to set basic font attributes of a worksheet cell:
- XlFontBase.Name - sets the cell font.
- XlFontBase.SchemeStyle - sets the font scheme.
- XlFontBase.Size - sets the cell font size.
- XlFontBase.Bold and XlFontBase.Italic - set whether the cell font should be bold or italic.
- XlFontBase.Script - sets whether the cell text should be formatted as superscript or subscript.
- XlFontBase.StrikeThrough - sets whether the cell text should be displayed with a horizontal line through the text.
- XlFontBase.Underline - sets the type of underline applied to the font.
See Also