[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IPictureEffects

IPictureEffects Interface

Represents a collection of IPictureEffect objects.

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

Properties

Name Description
Count

Gets the count of the number of PictureEffect objects contained within the IPictureEffects collection.

this[int]

Gets the IPictureEffect object at the specified index.

Methods

Name Description
Delete(int)

Deletes a IPictureEffect object from the collection.

Insert(PictureEffectType, int)

Inserts a picture effect in a chain of composite effects.