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

XlFontBase.Extend Property

Compatibility setting. Gets or sets a value indicating whether the cell font is extended.

Namespace: DevExpress.Export.Xl

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

Declaration

public bool Extend { get; set; }

Property Value

Type Description
Boolean

true, to stretch the text; otherwise, false.

Remarks

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

See Also