Skip to main content
Row

SpreadsheetImageSource.FromImage(Image) Method

Creates an image source object from the specified image.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[ComVisible(false)]
public static SpreadsheetImageSource FromImage(
    Image image
)

Parameters

Name Type Description
image Image

An Image object.

Returns

Type Description
SpreadsheetImageSource

A SpreadsheetImageSource object representing the image in the spreadsheet.

See Also