DocumentFormat Struct
A document format.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
[ComVisible(false)]
[TypeConverter(typeof(DocumentFormatTypeConverter))]
public struct DocumentFormat :
IConvertToInt<DocumentFormat>,
IEquatable<DocumentFormat>
Related API Members
The following members return DocumentFormat objects:
Remarks
Use the DocumentFormat fields to specify the file format for a loaded or saved workbook, as shown in the table below.
Implements
See Also