Table of Contents

TFormulaValue.AsString Method

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

Check IsString to see if the formula contains a string.

Syntax

Unit: FlexCel.Core

function TFormulaValue.AsString: string;

See also