Back to Devexpress

TextBrick.XlsxFormatString Property

corelibraries-devexpress-dot-xtraprinting-dot-textbrick-cf3473a8.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(null)]
public override string XlsxFormatString { get; set; }
vb
<DefaultValue(Nothing)>
Public Overrides Property XlsxFormatString As String

Property Value

TypeDefaultDescription
Stringnull

A String value, representing the format string.

|

See Also

Export to XLS

Export to XLSX

TextBrick Class

TextBrick Members

DevExpress.XtraPrinting Namespace