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.v19.1.Core.dll

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