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.v19.1.Core.dll

Declaration

IXlDocumentOptions Options { get; }

Property Value

Type Description
IXlDocumentOptions

An IXlDocumentOptions object containing document options.

See Also