Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ExcelFileFormat Enumeration


In This Topic
    ExcelFileFormat Enumeration
    In This Topic
    The type of Excel workbook.
    Syntax
    'Declaration
     
    Public Enum ExcelFileFormat 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelFileFormat
    public enum ExcelFileFormat : System.Enum 
    Members
    MemberDescription
    XLSUses BIFF (Binary Interchange File Format, which is well known as the 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 the default file format for Microsoft Office Excel 2007), the default file extension is .XLSX.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.ExcelFileFormat

    See Also