Spread Silverlight Documentation
ExcelFileType Enumeration


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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.