Spread WPF 17
GrapeCity.Excel Namespace / IExcelReader Interface / Finish Method


In This Topic
    Finish Method (IExcelReader)
    In This Topic
    It will be called after the Excel file has completed loading.
    Syntax
    'Declaration
     
    Sub Finish() 
    'Usage
     
    Dim instance As IExcelReader
     
    instance.Finish()
    void Finish()
    See Also