Back to Devexpress

TdxSpreadSheetTableView.AddArrayFormula(string,string) Method

vcl-dxspreadsheetcore-dot-tdxspreadsheettableview-dot-addarrayformula-x28-system-dot-string-system-dot-string-x29.md

latest1.3 KB
Original Source

TdxSpreadSheetTableView.AddArrayFormula(string,string) Method

Creates a new array formula expression at the specified cell range.

Declaration

delphi
procedure AddArrayFormula(const AText: string; const AArea: string); overload;

Parameters

NameTypeDescription
ATextstring

Formula expression text.

| | AArea | string |

A reference to the target cell range in A1 format.

|

Remarks

Refer to the following topic for detailed information on the array formula functionality: How to Create Array Formulas Programmatically.

See Also

AddArrayFormula(string,TRect)

TdxSpreadSheetTableView Class

TdxSpreadSheetTableView Members

dxSpreadSheetCore Unit