HeaderFooterCode.Font(String, SpreadsheetFontStyle) Method
In This Article
Prints the characters using the specified font.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
font |
String | A string that is the name of the font. |
font |
Spreadsheet |
A Font |
#Returns
Type | Description |
---|---|
String | A string that can be assigned as the header or footer content. |
See Also