Back to Devexpress

ArrayFormula.Range Property

officefileapi-devexpress-dot-spreadsheet-dot-arrayformula.md

latest1.5 KB
Original Source

ArrayFormula.Range Property

Gets the range to which an array formula is applied.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CellRange Range { get; }
vb
ReadOnly Property Range As CellRange

Property Value

TypeDescription
CellRange

A CellRange 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

Array Formulas in Spreadsheet for WinForms

ArrayFormula Interface

ArrayFormula Members

DevExpress.Spreadsheet Namespace