Skip to main content
Row

HeaderFooterCode.FontSize(Int32) Method

Obtains the format code that sets the text font size.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static string FontSize(
    int size
)

Parameters

Name Type Description
size Int32

An integer specifying the font size.

Returns

Type Description
String

A string that is the format code.

See Also