Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFileHandler Class / OpeningWorkbookType Property


In This Topic
OpeningWorkbookType Property
In This Topic
Indicates the type of current opening file.
Syntax
'Declaration
 
Public ReadOnly Property OpeningWorkbookType As ExcelWorkbookType
 
'Usage
 
Dim instance As ExcelFileHandler
Dim value As ExcelWorkbookType
 
value = instance.OpeningWorkbookType
See Also