XlValueObject.IsFormula Property
Gets whether the object contains a cell formula value.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the object contains a cell formula; otherwise, false. |
Remarks
To get a formula, use the XlValueObject.Formula property.
See Also