ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Excel Namespace / ExcelFileFormat Enumeration

In This Topic
    ExcelFileFormat Enumeration
    In This Topic
    Specifies Excel file format.
    Syntax
    'Declaration
     
    
    Public Enum ExcelFileFormat 
       Inherits System.Enum
    public enum ExcelFileFormat : System.Enum 
    Members
    MemberDescription
    XlsExcel 97/2003 format (Binary Interchange File Format revision 8).
    XlsxExcel OpenXml format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.DataGrid.Excel.ExcelFileFormat

    See Also