Skip to main content

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean XlsExportNativeFormat { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

A DefaultBoolean enumeration value.

Available values:

Name Description Return 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

See Also