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