Back to Devexpress

TableColumn.ArrayFormula Property

officefileapi-devexpress-dot-spreadsheet-dot-tablecolumn-e8a6d038.md

latest1.6 KB
Original Source

TableColumn.ArrayFormula Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string ArrayFormula { get; set; }
vb
Property ArrayFormula As String

Property Value

TypeDescription
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

Spreadsheet Tables

TableColumn Interface

TableColumn Members

DevExpress.Spreadsheet Namespace