Table of Contents

TFormulaValue.FromLambda Method

Creates a formula value containing a Lambda. Note that Lambdas are used internally only. You shouldn't use this overload, and a public TFormulaValue should never contain a lambda.

Syntax

Unit: FlexCel.Core

class function TFormulaValue.FromLambda(const a: Int64): TFormulaValue; static; overload;

Parameters

<-> Parameter Type Description
const a Int64

See also