Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFileHandler Class / IsExcelFile Method / IsExcelFile(String,Boolean) Method
File name
return value indicating whether the file is a BIFF formatted file (xls).


In This Topic
    IsExcelFile(String,Boolean) Method
    In This Topic
    Determines whether the file is an Excel document.
    Syntax
    'Declaration
     
    
    Public Overloads Function IsExcelFile( _
       ByVal fileName As String, _
       ByRef isBIFF As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As ExcelFileHandler
    Dim fileName As String
    Dim isBIFF As Boolean
    Dim value As Boolean
     
    value = instance.IsExcelFile(fileName, isBIFF)
    public bool IsExcelFile( 
       string fileName,
       ref bool isBIFF
    )

    Parameters

    fileName
    File name
    isBIFF
    return value indicating whether the file is a BIFF formatted file (xls).
    See Also