Back to Devexpress

HeaderFooterCode.FontSize(Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-headerfootercode-dot-fontsize-x28-system-dot-int32-x29.md

latest1.3 KB
Original Source

HeaderFooterCode.FontSize(Int32) Method

Obtains the format code that sets the text font size.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public static string FontSize(
    int size
)
vb
Public Shared Function FontSize(
    size As Integer
) As String

Parameters

NameTypeDescription
sizeInt32

An integer specifying the font size.

|

Returns

TypeDescription
String

A string that is the format code.

|

See Also

HeaderFooterCode Class

HeaderFooterCode Members

DevExpress.Spreadsheet Namespace