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


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

    Parameters

    sheetIndex
    Index of the sheet.
    See Also