Skip to main content
A newer version of this page is available. .

CsvDataAwareExporterOptions.SupportsDocumentParts Property

Gets a value indicating whether the document can contain multiple worksheets.

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public bool SupportsDocumentParts { get; }

Property Value

Type Description
Boolean

Always false.

See Also