[]
Gets or sets the in-cell picture of the specified cell.
CellPicture CellPicture { get; set; }
Property CellPicture As CellPicture
| Type | Description |
|---|---|
| CellPicture | A CellPicture object if present; otherwise, |
<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.