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

WorkbookImportOptions.Xlsb Property

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

Namespace: DevExpress.XtraSpreadsheet.Import

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

Declaration

public XlsbDocumentImporterOptions Xlsb { get; }

Property Value

Type Description
XlsbDocumentImporterOptions

An object that contains import settings.

Property Paths

You can access this nested property as listed below:

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