Skip to main content
A newer version of this page is available. .
Row

Cell.GetArrayFormulaRange() Method

Gets the entire range filled with an array formula, if the cell belongs to that range.

Namespace: DevExpress.Spreadsheet

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

Declaration

Range GetArrayFormulaRange()

Returns

Type Description
Range

A Range of cells filled with an array formula, or null if the current cell does not belong to that range.

Remarks

Use the GetArrayFormulaRange method if your objective is to modify the array formula for a certain cell. An array formula can be modified for the entire range only, so you have to get the range via the GetArrayFormulaRange method and then use the Range.ArrayFormula property to get an array formula or to specify a new array formula.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GetArrayFormulaRange() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also