Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

HeaderFooterCode.HeadingsFont(SpreadsheetFontStyle) Method

Returns the format code that prints the characters by using the major theme font and the specified font style.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public static string HeadingsFont(
    SpreadsheetFontStyle fontStyle
)

Parameters

Name Type Description
fontStyle SpreadsheetFontStyle

A SpreadsheetFontStyle enumeration member that specifies the font style.

Returns

Type Description
String

The resulting format code.

See Also