Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWorkbookType Enumeration


In This Topic
    ExcelWorkbookType Enumeration
    In This Topic
    Specifies the type of Excel workbook - used by IsExcelFile and IsExcelStream.
    Syntax
    'Declaration
     
    
    Public Enum ExcelWorkbookType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ExcelWorkbookType
    public enum ExcelWorkbookType : System.Enum 
    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