Table of Contents

TExcelFile.GetCellValueNumericAndRecalc Method

This is used internally to get the value of another part of the workbook. No checks are made, and we try to recalculate the value before sending it.

Syntax

Unit: FlexCel.Core

function TExcelFile.GetCellValueNumericAndRecalc(const sheet: Integer; const row: Integer; const col: Integer; const cIndex: Integer; const CalcState: TCalcState; const CalcStack: TCalcStack; out CellType: TCellValueType; out Err: TFlxFormulaErrorValue): Double; virtual; abstract;

Parameters

<-> Parameter Type Description
const sheet Integer
const row Integer
const col Integer
const cIndex Integer
const CalcState TCalcState
const CalcStack TCalcStack
out CellType TCellValueType
out Err TFlxFormulaError​Value

See also