[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.CellPicture

CellPicture Property

CellPicture

Gets or sets the in-cell picture of the specified cell.

Declaration
CellPicture CellPicture { get; set; }
Property CellPicture As CellPicture
Property Value
Type Description
CellPicture

A CellPicture object if present; otherwise, null.

Remarks
<p>

Getting this property returns null if the cell does not contain an in-cell picture. When the range contains multiple cells, only the top-left cell is evaluated.

This property also supports reading valid pictures generated by the IMAGE() function.

The returned CellPicture object is a copy of the picture data. Modifying the returned object does not affect the picture stored in the cell. To apply changes, the modified CellPicture must be reassigned to this property.

Setting this property to null removes the existing in-cell picture. When the range contains multiple cells, the picture is applied to each cell.