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

    Gets or sets the image stored by the XlVariantValue object.

    Namespace: DevExpress.Export.Xl

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public byte[] ImageValue { get; set; }

    Property Value

    Type Description
    Byte[]

    A Byte[] value.

    Remarks

    Use the XlVariantValue.IsImage or XlVariantValue.Type property to check whether the specified value is of the image type.

    See Also