XlVariantValue.IsEmpty Property
Gets whether the current XlVariantValue object has an empty value.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the current value is empty; otherwise, false. |
Remarks
You can also use the XlVariantValue.Type property to obtain the value type. This property returns XlVariantValueType.None, if a value is empty.
See Also