Back to Devexpress

CellRange.HasDynamicArrayFormula Property

officefileapi-devexpress-dot-spreadsheet-dot-cellrange-172cc8e5.md

latest1.2 KB
Original Source

CellRange.HasDynamicArrayFormula Property

Determines whether the current cell or cell range intersects a range filled with a dynamic array formula.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool HasDynamicArrayFormula { get; }
vb
ReadOnly Property HasDynamicArrayFormula As Boolean

Property Value

TypeDescription
Boolean

true if the current range intersects an array formula range; otherwise, false.

|

See Also

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace