Spread WPF 17
GrapeCity.Excel Namespace / ExcelFileType Enumeration


In This Topic
    ExcelFileType Enumeration
    In This Topic
    The type of Excel workbook.
    Syntax
    'Declaration
     
    Public Enum ExcelFileType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelFileType
    public enum ExcelFileType : System.Enum 
    Members
    MemberDescription
    XLSUses BIFF (Binary Interchange File Format, which is well known as default file format for Microsoft Office Excel 97-2003), the default file extension is .XLS.
    XLSMUses OpenXML and enable macro.
    XLSXUses OpenXML (Office Open XML, which is well known as default file format for Microsoft Office Excel 2007), the default file extension is .XLSX.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelFileType

    See Also