TdxSpreadSheetCustomFormulaController.ArrayFormulas Property
Provides access to the list of parsed formula expressions that return array results.
Declaration
property ArrayFormulas: TDictionary<TObject,TdxSpreadSheetCustomFormulaList> read;
Property Value
| Type |
|---|
| TDictionary<K,V> |
See Also