Search Results for

    Show / Hide Table of Contents

    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

    See also

    • TExcelFile
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com