Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelTableXml Interface / ExcelLoadFormulaInTables Method
The sheet.


In This Topic
    ExcelLoadFormulaInTables Method
    In This Topic
    Load the formula in the tables in specified sheet after set tables for all sheets
    Syntax
    'Declaration
     
    
    Function ExcelLoadFormulaInTables( _
       ByVal sheet As Short _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelTableXml
    Dim sheet As Short
    Dim value As Boolean
     
    value = instance.ExcelLoadFormulaInTables(sheet)
    bool ExcelLoadFormulaInTables( 
       short sheet
    )

    Parameters

    sheet
    The sheet.
    See Also