Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ArrayFormula.Range Property

Gets the range to which an array formula is applied.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

Range Range { get; }

Property Value

Type Description
Range

A Range object that is the range with a particular array formula.

Remarks

Use the Range property to obtain a range for a particular ArrayFormula instance. To get an array formula range for a certain cell, use the Cell.GetArrayFormulaRange method.

See Also