Back to Devexpress

TextBrick.XlsExportNativeFormat Property

corelibraries-devexpress-dot-xtraprinting-dot-textbrick-58479cd7.md

latest1.8 KB
Original Source

TextBrick.XlsExportNativeFormat Property

For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean XlsExportNativeFormat { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property XlsExportNativeFormat As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean enumeration value.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Implements

XlsExportNativeFormat

See Also

TextBrick Class

TextBrick Members

DevExpress.XtraPrinting Namespace