Table of Contents

TFormulaValue.AsBoolean Method

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

Check IsBoolean to see if the formula contains a boolean.

Syntax

Unit: FlexCel.Core

function TFormulaValue.AsBoolean: Boolean;

See also