Skip to main content
A newer version of this page is available. .

XlFontBase.Bold Property

Gets or sets the value indicating whether the cell content is formatted as bold.

Namespace: DevExpress.Export.Xl

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

Declaration

public bool Bold { get; set; }

Property Value

Type Description
Boolean

true, if the cell text is bold; otherwise, false.

Remarks

To specify all the required font characteristics, use the XlFont object properties such as XlFontBase.Name, XlFontBase.Size, XlFontBase.Script, XlFontBase.Underline, XlFont.Color etc. For an example on how to apply font settings to an individual cell, refer to the How to: Configure Cell Font Settings article.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Bold property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also