'Declaration Public Overloads Function IsExcelFile( _ ByVal fileName As String, _ ByRef workbookType As ExcelWorkbookType _ ) As Boolean
'Usage Dim instance As FpSpread Dim fileName As String Dim workbookType As ExcelWorkbookType Dim value As Boolean value = instance.IsExcelFile(fileName, workbookType)
public bool IsExcelFile( string fileName, ref ExcelWorkbookType workbookType )
Parameters
- fileName
- Path and name of file
- workbookType
- Returns the type of Excel workbook