Skip to main content

WorkbookExportOptions.Xlsb Property

Provides access to options used to export documents to the XLSB format (Microsoft Excel 2007-2010 binary file format).

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public XlsbDocumentExporterOptions Xlsb { get; }

Property Value

Type Description
XlsbDocumentExporterOptions

An object that contains export settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Xlsb
DocumentOptions
.Export .Xlsb
See Also