[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IPictureEffects.Insert

Insert Method

Insert(PictureEffectType, int)

Inserts a picture effect in a chain of composite effects.

Declaration
IPictureEffect Insert(PictureEffectType effectType, int position = -1)
Function Insert(effectType As PictureEffectType, Optional position As Integer = -1) As IPictureEffect
Parameters
Type Name Description
PictureEffectType effectType

An enumeration specifying the type of picture effect.

int position

The position of the effect in the composite chain of picture effects.

Returns
Type Description
IPictureEffect

The inserted IPictureEffect object.

Remarks

Picture effects are processed as a chain composed of individual items that are applied in sequence to create the final composited image. An effects chain will allow an effect to be added to the chain, reordered, or removed from the chain.