Back to Devexpress

DocumentFormat Members

officefileapi-devexpress-dot-spreadsheet-dot-documentformat-dot-underscore-members.md

latest5.2 KB
Original Source

DocumentFormat Members

A document format.

Constructors

NameDescription
DocumentFormat(Int32)Initializes a new instance of the DocumentFormat structure with the specified value.

Fields

NameDescription
Csv staticComma Separated Values - the plain text format that uses commas as separators between cell values. File extension - .csv.
OpenXml staticMicrosoft Office Open XML format - the default file format starting with Microsoft Excel 2007. File extension - .xlsx.
Text staticTab Delimited Text - the plain text format that uses tab characters as separators between cell values. File extension - .txt.
Undefined staticThe document format is undefined.
Xls staticMicrosoft Excel 97-2003 binary file format (import/export), or Microsoft Excel 5.0/95 binary file format (import only). File extension - .xls.
Xlsb staticMicrosoft Excel 2007-2010 binary file format (BIFF12). File extension - .xlsb.
Xlsm staticMicrosoft Office Open XML macro-enabled format. File extension - .xlsm.
Xlsx staticMicrosoft Office Open XML format - the default file format starting with Microsoft Excel 2007. File extension - .xlsx.
Xlt staticMicrosoft Excel 97-2003 template file. File extension - .xlt.
Xltm staticMicrosoft Office Open XML macro-enabled template file. File extension - .xltm.
Xltx staticMicrosoft Office Open XML template file. File extension - .xltx.
XmlSpreadsheet2003 staticXML Spreadsheet 2003 file format. File extension - .xml.

Methods

NameDescription
Equals(DocumentFormat)Determines whether the specified object is equal to the current DocumentFormat instance.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current DocumentFormat instance.
GetHashCode()Gets the hash code (a number) that corresponds to the value of the current DocumentFormat object.
GetType()Gets the Type of the current instance. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the DocumentFormat object.

Operators

NameDescription
Equality(DocumentFormat, DocumentFormat) staticCompares two DocumentFormat structures for equality.
Inequality(DocumentFormat, DocumentFormat) staticCompares two DocumentFormat structures to determine whether they are not equal.

See Also

DocumentFormat Struct

DevExpress.Spreadsheet Namespace