officefileapi-devexpress-dot-xtraspreadsheet-dot-import-1679c9bf.md
Contains options used to load a document in the XLSB format (Microsoft Excel 2007-2010 binary file format).
Namespace : DevExpress.XtraSpreadsheet.Import
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public class XlsbDocumentImporterOptions :
DocumentImporterOptions
Public Class XlsbDocumentImporterOptions
Inherits DocumentImporterOptions
The following members return XlsbDocumentImporterOptions objects:
Use the WorkbookImportOptions.Xlsb property to access the XlsbDocumentImporterOptions class instance.
DevExpress.Office.ISupportsCopyFrom<IImporterOptions>
Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions DevExpress.XtraSpreadsheet.Import.DocumentImporterOptions XlsbDocumentImporterOptions
See Also