Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelRead Interface / Finish Method


In This Topic
    Finish Method (IExcelRead)
    In This Topic
    Finish - called after the Excel BIFF file has completed loading.
    Syntax
    'Declaration
     
    
    Sub Finish() 
    'Usage
     
    
    Dim instance As IExcelRead
     
    instance.Finish()
    void Finish()
    See Also