Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

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:

Library Object Type Path to Xlsb
WinForms Controls SpreadsheetControlOptions
.Export .Xlsb
Office File API DocumentOptions
.Export .Xlsb
WorkbookOptions
.Export .Xlsb
See Also