PageInfoTextBrickBase.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.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[DefaultValue(DefaultBoolean.False)]
public DefaultBoolean XlsExportNativeFormat { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | False | A DefaultBoolean enumeration value. |
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. |
|
See Also