TextBrick.XlsExportNativeFormat Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean XlsExportNativeFormat { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
Default | A Default |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Implements
See Also