Table of Contents

TFormulaValue.AsCellRange Method

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

Check IsCellRange to see if the formula contains a range of cells.

Syntax

Unit: FlexCel.Core

function TFormulaValue.AsCellRange: TArray<TAddress>;

See also