Back to Devexpress

XlFontFamily Enum

corelibraries-devexpress-dot-export-dot-xl-d0731c0e.md

latest1.5 KB
Original Source

XlFontFamily Enum

Lists values used to specify the font family to which a cell font may belong.

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlFontFamily
vb
Public Enum XlFontFamily

Members

NameDescription
Auto

Specifies that information about a font family of the given font does not exist. In this case, the default font family is used.

| | Roman |

Specifies a proportional font with serifs.

| | Swiss |

Specifies a proportional font without serifs.

| | Modern |

Specifies a monospace font with or without serifs.

| | Script |

Specifies a script font that is designed to mimic the appearance of handwriting.

| | Decorative |

Specifies a novelty font.

|

The following properties accept/return XlFontFamily values:

Remarks

The values listed by this enumeration are used by the XlFont.FontFamily property.

See Also

DevExpress.Export.Xl Namespace