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

IXlDocumentOptions.SupportsDocumentParts Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

bool SupportsDocumentParts { get; }

Property Value

Type Description
Boolean

true, if document can contain multiple worksheets; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to SupportsDocumentParts
IXlDocument
.Options .SupportsDocumentParts
See Also