Table of Contents

TFormulaValue.AsCellAddress Method

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

Check IsCellAddress to see if the formula contains a cell address.

Remarks

While this method returns an array, as the value is a single cell address, the array will have lenght 1.

Syntax

Unit: FlexCel.Core

function TFormulaValue.AsCellAddress: TArray<TAddress>;

See also