Skip to main content

XlFormattingObject.Font Property

Gets or sets font attributes for the currently processed cell.

Namespace: DevExpress.Export

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlCellFont Font { get; set; }

Property Value

Type Description
DevExpress.Export.XlCellFont

An object that contains font attributes for the currently processed cell.

See Also