Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFileHandler Class / OpeningXlsFile Property


In This Topic
    OpeningXlsFile Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property OpeningXlsFile As Object
    'Usage
     
    
    Dim instance As ExcelFileHandler
    Dim value As Object
     
    instance.OpeningXlsFile = value
     
    value = instance.OpeningXlsFile
    public object OpeningXlsFile {get; set;}
    See Also