'Declaration Public Overloads Function IsExcelFile( _ ByVal fileName As String, _ ByRef workbookType As ExcelWorkbookType, _ ByRef isEncrypt As Boolean _ ) As Boolean
Parameters
- fileName
- Path and name of file
- workbookType
- Returns the type of Excel workbook
- isEncrypt
- Returns true the file is encrypted; false otherwise