Spread Windows Forms 15.0
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
    public ExcelWorkbookType OpeningWorkbookType {get;}
    See Also