Skip to main content

TdxSpreadSheetCustomFormula.IsArrayFormula Property

Specifies if the formula expression’s calculation result is an array.

Declaration

property IsArrayFormula: Boolean read; write;

Property Value

Type
Boolean

Remarks

You can use this property to:

  • Identify whether the formula expression returns an array as a calculation result;

  • Switch the formula expression between the array and single value result modes.

For more information on working with array formulas, refer to the Array Formulas and How to Work with Array Formulas. The Built-in Operators and Functions topic lists all functions available for use in formula expressions.

Note

Not all built-in functions can return either a single value or array. All array formula functions are divided into three groups:

  • Functions that return only a single value;

  • Functions that return only an array;

  • Functions that can return either a single value or array, depending on the IsArrayFormula property value.

See Also