Picture
Overview
Picture is a class in Aspose.Cells FOSS for .NET.
Represents a picture (image) anchored to a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Represents the name identifier of the picture |
UpperLeftRow | int | Read/Write | Gets or sets the zero‑based row index of the picture’s top‑left corner |
UpperLeftColumn | int | Read/Write | |
LowerRightRow | int | Read/Write | Gets or sets the zero‑based row index of the picture’s bottom‑right corner |
LowerRightColumn | int | Read/Write | |
ImageType | ImageType | Read | Indicates the format type of the picture (e.g., PNG, JPEG) |
Data | byte[] | Read/Write | Holds the raw byte array of the picture’s image data |