Skip to main content

XlValueObject.Expression Property

Converts the object’s value to XlExpression and returns the result.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlExpression Expression { get; }

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