Table of Contents

TFormulaValue.TryAsCellAddress Method

Will return the formula result if the formula result is a cell address, or nil if the formula result is something else.

Syntax

Unit: FlexCel.Core

function TFormulaValue.TryAsCellAddress: TArray<TAddress>;

See also