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

XlFontBase.Outline Property

Compatibility setting. Gets or sets the value indicating whether the cell content is formatted as an outline.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public bool Outline { get; set; }

Property Value

Type Description
Boolean

true, to display only inner and outer borders of each character; otherwise, false.

Remarks

This property has no effect in Windows, but its value is retained (it can be set and obtained).

See Also