Back to Devexpress

CellValue.ImageValue Property

officefileapi-devexpress-dot-spreadsheet-dot-cellvalue-2a18398b.md

latest1.4 KB
Original Source

CellValue.ImageValue Property

Returns an image value contained in a cell.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public OfficeImage ImageValue { get; }
vb
Public ReadOnly Property ImageValue As OfficeImage

Property Value

TypeDescription
OfficeImage

An image placed in a cell.

|

Remarks

To check whether the cell value is an image, use the CellValue.IsCellImage or CellValue.Type property.

For more information on cell values, refer to the following topics: Cell Data Types.

See Also

CellValue Class

CellValue Members

DevExpress.Spreadsheet Namespace