Excel for WinRT
FileFormat Enumeration


Specifies the file format to use when loading or saving workbooks.
Syntax
'Declaration
 
Public Enum FileFormat 
   Inherits System.Enum
'Usage
 
Dim instance As FileFormat
public enum FileFormat : System.Enum 
Members
MemberDescription
CsvSimple Comma-separated values (CSV) format.
OpenXmlOffice 2007/2013 format. (Compressed Xml format).
OpenXmlMacroOffice 2007/2013 format with enable VBA macro. (Compressed Xml format).
OpenXmlTemplateOffice 2007/2013 template format. (Compressed Xml format).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Excel.FileFormat

See Also

Reference

C1.Xaml.Excel Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback