Table of Contents

TSingleFormulaValue.AsRange3DString 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.

Different from AsRange3D, this method will return a string like "Sheet1:Sheet2!A1:A10" instead of a TXls3DRange object.

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

Syntax

Unit: FlexCel.Core

function TSingleFormulaValue.AsRange3DString: string;

See also