Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.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