Skip to main content

XlValueObject.IsExpression Property

Gets whether the object contains an expression value.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IsExpression { get; }

Property Value

Type Description
Boolean

true, if the parameter has an expression value; otherwise, false.

Remarks

To get information on an expression, use the XlValueObject.Expression property.

See Also