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

IXlDocument.Options Property

Provides access to options that contain information about document culture and format specifications.

Namespace: DevExpress.Export.Xl

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

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

Declaration

IXlDocumentOptions Options { get; }

Property Value

Type Description
IXlDocumentOptions

An IXlDocumentOptions object containing document options.

See Also