Spread WPF 18
GrapeCity.Spreadsheet.IO Namespace / FileFormat Enumeration


In This Topic
    FileFormat Enumeration
    In This Topic
    Specifies the file format when saving the workbook.
    Syntax
    'Declaration
     
    Public Enum FileFormat 
       Inherits System.Enum
    'Usage
     
    Dim instance As FileFormat
    public enum FileFormat : System.Enum 
    Members
    MemberDescription
    CSVComma Separated Values (*.csv)
    HtmlHTML format (*.htm; *.html)
    OpenXMLWorkbookOpen XML Workbook (*.xlsx)
    OpenXMLWorkbookMacroEnabledOpen XML Workbook Macro Enabled (*.xlsm)
    PDFPDF document (*.pdf)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.IO.FileFormat

    See Also