TFormulaValue.TryAsArray Method Will return the formula result if the formula result is an array, or nil if the formula result is something else. Syntax Unit: FlexCel.Core function TFormulaValue.TryAsArray: TArray<TArray<TFormulaValue>>; See also TFormulaValue