XlValueObject.IsFormula Property
Gets whether the object contains a cell formula value.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
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