XlValueObject.Expression Property
Converts the object’s value to XlExpression and returns the result.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
XlExpression | A XlExpression value. |
Remarks
To determine whether the value is of the boolean type, use the IsExpression property.
See Also