XlValueObject.IsExpression Property
Gets whether the object contains an expression value.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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