Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel2 Interface / FinishImportFormulaTable Method


In This Topic
    FinishImportFormulaTable Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub FinishImportFormulaTable( _
       ByVal sheetView As Object, _
       ByVal rowCount As Integer, _
       ByVal endRow As Integer _
    ) 
    'Usage
     
    
    Dim instance As IOptimizedExcel2
    Dim sheetView As Object
    Dim rowCount As Integer
    Dim endRow As Integer
     
    instance.FinishImportFormulaTable(sheetView, rowCount, endRow)
    void FinishImportFormulaTable( 
       object sheetView,
       int rowCount,
       int endRow
    )

    Parameters

    sheetView
    rowCount
    endRow
    See Also