Table of Contents

TSingleFormulaValue.AsLambda Method

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

Check IsLambda to see if the formula contains a lambda function.

Syntax

Unit: FlexCel.Core

function TSingleFormulaValue.AsLambda: Int64;

See also