Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWorkbookType Enumeration


ExcelWorkbookType Enumeration
Specifies the type of Excel workbook - used by IsExcelFile and IsExcelStream.
Syntax
'Declaration
 
Public Enum ExcelWorkbookType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ExcelWorkbookType
Members
MemberDescription
BIFFUses BIFF - Binary Interchange File Format, the .XLS file format
NoneNone - the return of IsExcelFile or IsExcelStream is false
OOXMLUses OOXML - Office Open XML, the .XLSX file format
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Excel.ExcelWorkbookType

See Also