Skip to main content
A newer version of this page is available. .

XlValueObject.Expression Property

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

Namespace: DevExpress.Export.Xl

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

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