Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetCalcMode Method
Sheet index
0-manual, 1-automatic, -1-automatic(except tables)


In This Topic
    ExcelSetCalcMode Method
    In This Topic
    CALCMODE - Excel Biff Record
    Syntax
    'Declaration
     
    
    Function ExcelSetCalcMode( _
       ByVal sheet As Short, _
       ByVal autoRecalc As Short _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim autoRecalc As Short
    Dim value As Boolean
     
    value = instance.ExcelSetCalcMode(sheet, autoRecalc)
    bool ExcelSetCalcMode( 
       short sheet,
       short autoRecalc
    )

    Parameters

    sheet
    Sheet index
    autoRecalc
    0-manual, 1-automatic, -1-automatic(except tables)
    See Also