PictureCollection
Overview
PictureCollection is a class in Aspose.Cells FOSS for .NET.
Represents the collection of pictures anchored to a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of pictures in the collection |
Methods
| Signature | Description |
|---|---|
Add(upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int, imageData: byte[]) | Adds a picture to the worksheet from raw image bytes and returns its index. |
Add(upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int, stream: Stream) | Adds a picture to the worksheet from raw image bytes and returns its index. |
Add(upperLeftRow: int, upperLeftColumn: int, lowerRightRow: int, lowerRightColumn: int, fileName: string) | Adds a picture to the worksheet from raw image bytes and returns its index. |
RemoveAt(index: int) | Removes the picture at the specified zero-based index. |