Skip to main content

XlFontBase.Condense Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Condense { get; set; }

Property Value

Type Description
Boolean

true, to squeeze text characters together; otherwise, false.

Remarks

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

See Also