Table of Contents

TFormulaValue.AsRange3D Method

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

Check IsRange3D to see if the formula contains a range of cells in multiple sheets.

Syntax

Unit: FlexCel.Core

function TFormulaValue.AsRange3D: TXls3DRange;

See also