'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)