FileTypeValues Enumeration

File Type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration FileTypeValues
'Usage
Dim instance As FileTypeValues
public enum FileTypeValues

Members

Member name Description
Mac Macintosh. When the item is serialized out as xml, its value is "mac".
Win Windows (ANSI). When the item is serialized out as xml, its value is "win".
Dos DOS. When the item is serialized out as xml, its value is "dos".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace