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


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

    Parameters

    sheetIndex
    Index of the sheet.
    See Also