[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IBackgroundPictures

IBackgroundPictures Interface

A collection of all the IBackgroundPicture objects on the specified sheet.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: GcDocs.Excel.dll
Syntax
public interface IBackgroundPictures : IEnumerable<IBackgroundPicture>, IEnumerable

Properties

Name Description
Count

Returns the number of objects in the collection.

this[int]

Returns a single object from a collection.

this[string]

Returns a single object from a collection.

Methods

Name Description
AddPicture(Stream, ImageType, double, double, double, double)

Creates a background picture from an existing stream. Returns the IBackgroundPicture object that represents the new background picture.

AddPicture(string, double, double, double, double)

Creates a background picture from an existing file. Returns the IBackgroundPicture object that represents the new background picture.

AddPictureInPixel(Stream, ImageType, double, double, double, double)

Creates a background picture from an existing stream. Returns the IBackgroundPicture object that represents the new background picture.

AddPictureInPixel(string, double, double, double, double)

Creates a background picture from an existing file. Returns the IBackgroundPicture object that represents the new background picture.