officefileapi-devexpress-dot-spreadsheet-6fc4f8da.md
A document format.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[ComVisible(false)]
[TypeConverter(typeof(DocumentFormatTypeConverter))]
public struct DocumentFormat :
IConvertToInt<DocumentFormat>,
IEquatable<DocumentFormat>
<TypeConverter(GetType(DocumentFormatTypeConverter))>
<ComVisible(False)>
Public Structure DocumentFormat
Implements IConvertToInt(Of DocumentFormat),
IEquatable(Of DocumentFormat)
The following members return DocumentFormat objects:
Show 11 links
Use the DocumentFormat fields to specify the file format for a loaded or saved workbook, as shown in the table below.
See Also