Skip to main content

TextBrick.XlsxFormatString Property

Gets or sets the format settings used when a document is exported to an Excel file (XLS or XLSX).

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(null)]
public override string XlsxFormatString { get; set; }

Property Value

Type Default Description
String null

A String value, representing the format string.

See Also