Skip to main content
A newer version of this page is available.
All docs
V19.1

ASPxSpreadsheet.AddImage(Stream, String) Method

Adds an image specified by its file name.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v19.1.dll

Declaration

public string AddImage(
    Stream stream,
    string fileName
)

Parameters

Name Type Description
stream Stream

A Stream object.

fileName String

A string value specifying the file name.

Returns

Type Description
String

A string value.

See Also