Back to Devexpress

WorkbookExportOptions.Xlsb Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-export-dot-workbookexportoptions-a972a258.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public XlsbDocumentExporterOptions Xlsb { get; }
vb
Public ReadOnly Property Xlsb As XlsbDocumentExporterOptions

Property Value

TypeDescription
XlsbDocumentExporterOptions

An object that contains export settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Xlsb
DocumentOptions

.Export .Xlsb

|

See Also

WorkbookExportOptions Class

WorkbookExportOptions Members

DevExpress.XtraSpreadsheet.Export Namespace