Skip to main content
Row

CellRange.HasFormula Property

Determines whether all cells in the range contain a formula.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool HasFormula { get; }

Property Value

Type Description
Boolean

true, if all cells in the range contain a formula; otherwise, false.

See Also