Skip to main content

ITableCell.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.Export

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

NuGet Package: DevExpress.Printing.Core

Declaration

DefaultBoolean XlsExportNativeFormat { get; }

Property Value

Type
DefaultBoolean

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