Skip to main content
Row

TableColumn.ArrayFormula Property

Gets or sets the array formula applied to all cells in the table column.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string ArrayFormula { get; set; }

Property Value

Type Description
String

A string that is the array formula contained in the cells of the table column.

Remarks

Use the ArrayFormula property to automatically fill the array formula into all cells of the table column. To specify a formula for the table column, you can also use the TableColumn.Formula property (see the How to: Create a Table example).

See Also