Skip to main content
All docs
V26.1
  • Row

    HeaderFooterCode.BodyFont(SpreadsheetFontStyle) Method

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

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v26.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public static string BodyFont(
        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