Back to Devexpress

WorkbookSaveOptions.CurrentFormat Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-workbooksaveoptions-835d2a77.md

latest1.6 KB
Original Source

WorkbookSaveOptions.CurrentFormat Property

Gets or sets the file format into which the document is saved or from which it is loaded.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public DocumentFormat CurrentFormat { get; set; }
vb
Public Property CurrentFormat As DocumentFormat

Property Value

TypeDescription
DocumentFormat

A DocumentFormat member representing the current file format.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CurrentFormat
DocumentOptions

.Save .CurrentFormat

|

See Also

DefaultFormat

WorkbookSaveOptions Class

WorkbookSaveOptions Members

DevExpress.XtraSpreadsheet Namespace