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


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

    Parameters

    sheetIndex
    Index of the sheet.
    See Also