TExcelFile.GetCellValueNoRecalc Method
This is used internally to get the value of another part of the workbook. It is used when we need information about a cell, like if it is a formula or not. No checks are made, and we don't try to recalculate the value before sending it.
Syntax
Unit: FlexCel.Core
function TExcelFile.GetCellValueNoRecalc(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 |