Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel Interface / StopImporting Method
Index of the sheet.


In This Topic
    StopImporting Method (IOptimizedExcel)
    In This Topic
    Stops the importing.
    Syntax
    'Declaration
     
    
    Sub StopImporting( _
       ByVal sheetIndex As Short _
    ) 
    'Usage
     
    
    Dim instance As IOptimizedExcel
    Dim sheetIndex As Short
     
    instance.StopImporting(sheetIndex)
    void StopImporting( 
       short sheetIndex
    )

    Parameters

    sheetIndex
    Index of the sheet.
    See Also