Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetCalcMode Method
Sheet index
Automatic recalculation mode


In This Topic
    ExcelGetCalcMode Method
    In This Topic
    Gets the calculation mode for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetCalcMode( _
       ByVal sheet As Short, _
       ByRef autoRecalc As Short _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheet As Short
    Dim autoRecalc As Short
    Dim value As Boolean
     
    value = instance.ExcelGetCalcMode(sheet, autoRecalc)
    bool ExcelGetCalcMode( 
       short sheet,
       ref short autoRecalc
    )

    Parameters

    sheet
    Sheet index
    autoRecalc
    Automatic recalculation mode
    See Also