Skip to main content

CsvDataAwareExporterOptions.SupportsDocumentParts Property

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

Namespace: DevExpress.XtraExport.Csv

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool SupportsDocumentParts { get; }

Property Value

Type Description
Boolean

Always false.

See Also