Table of Contents

TExcelFile.GetCellValueAndRecalc 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.GetCellValueAndRecalc(const sheet: Integer; const row: Integer; const col: Integer; const cIndex: Integer; const CalcState: TCalcState; const CalcStack: TCalcStack): TCellValue; virtual; abstract;

Parameters

<-> Parameter Type Description
const sheet Integer
const row Integer
const col Integer
const cIndex Integer
const CalcState TCalcState
const CalcStack TCalcStack

See also