Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel Interface / Stop Method


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

    Parameters

    sheetIndex
    See Also