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


In This Topic
LastOpeningWorkbookType Property
In This Topic
Indicates the type of the last opened file. Internal use only
Syntax
'Declaration
 
Public ReadOnly Property LastOpeningWorkbookType As ExcelWorkbookType
 
'Usage
 
Dim instance As ExcelFileHandler
Dim value As ExcelWorkbookType
 
value = instance.LastOpeningWorkbookType
See Also