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

HeaderFooterCode.FontSize(Int32) Method

Obtains the format code that sets the text font size.

Namespace: DevExpress.Spreadsheet

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

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