'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