PictureCollection

PictureCollection

Overview

PictureCollection is a class in Aspose.Cells FOSS for .NET.

Represents the collection of pictures anchored to a worksheet.

Properties

NameTypeAccessDescription
CountintReadGets the total number of pictures in the collection

Methods

SignatureDescription
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.