[]
Represents a picture embedded in a cell (Picture-In-Cell).
public class CellPicture
Public Class CellPicture
| Name | Description |
|---|---|
| CellPicture(byte[]) | Initializes a new instance of the CellPicture class with the specified image data. The provided array is copied, so subsequent changes to the input array do not affect this instance. |
| CellPicture(byte[], string) | Initializes a new instance of the CellPicture class with the specified image data and alt text. The provided array is copied, so subsequent changes to the input array do not affect this instance. |
| Name | Description |
|---|---|
| AltText | Gets or sets the alt text of the picture. After modification, it must be reassigned to CellPicture to take effect. |
| ImageData | Gets a copy of the image binary data. |