[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IPictures

IPictures Interface

Represents a collection of all the IPicture objects on the specified sheet.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IPictures
Public Interface IPictures

Properties

Name Description
Count

Gets the number of pictures in the collection.

this[int]

Gets the IPicture object at the specified index.

this[string]

Gets the IPicture object with the specified name.

Methods

Name Description
Paste(IRange, bool)

Pastes the contents of the Clipboard onto the sheet.

Paste(string, bool)

Pastes the contents of the Clipboard onto the sheet.