Skip to main content
All docs
V25.1
  • XlVariantValue.IsImage Property

    Gets whether the current XlVariantValue object contains an image.

    Namespace: DevExpress.Export.Xl

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public bool IsImage { get; }

    Property Value

    Type Description
    Boolean

    true if the current value is of the image type; otherwise, false.

    Remarks

    Use the XlVariantValue.ImageValue property to get the image stored by the XlVariantValue object.

    See Also