Table of Contents

TFormulaValue.AsLambda Method

Returns the value of the formula if it contains a a lambda. If it contains other datatype, this method will throw an exception.

Check IsLambda to see if the formula contains a lambda.

Syntax

Unit: FlexCel.Core

function TFormulaValue.AsLambda: Int64;

See also