Enum GridSaveFormat

GridSaveFormat enumeration

Enumerates supported file format types.

public enum GridSaveFormat

Values

NameValueDescription
CSV1CSV
Excel20035Excel 2003, Excel97-2003 xls file.
Excel20076Excel 2007 Represents an xlsx file
XLSM7Excel 2007 xlsm file which enable macros
XLTX8Excel Template file
XLTM9Represents an Xltx file which enable macros.
TABDELIMITED11Represents a tab delimited text file,txt file.
HTML12Represents a html file.
PDF13Represents a pdf file.
ODS14Represents a ods file.
SpreadsheetML15SpreadsheetML,Represents an Excel 2003 xml file.
XLSB16Represents a XLSB file.
MHTML17Represents a mhtml file.
XPS20Represents a XPS file.
TIFF21Represents a TIFF file.
SVG22Represents a SVG file.
DIF30Data Interchange Format.

See Also