Table of Contents

TFormulaValue.AsArray Method

Returns the formula result as an array of values if the formula contains an array. If the formula result is not an array, this method will throw an exception.

Remarks

Use TryAsArray if you don't want to get an Exception when the formula result isn't an array.

Syntax

Unit: FlexCel.Core

function TFormulaValue.AsArray: TArray<TArray<TFormulaValue>>;

See also