Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / InsertColorChange Method
The effect index in the list.
The user color getting removed.
The user color which replaces the colorFrom.

In This Topic
    InsertColorChange Method
    In This Topic
    Inserts a new ColorChange effect into the list.
    Syntax
    'Declaration
     
    Public Function InsertColorChange( _
       ByVal index As System.Integer, _
       ByVal colorFrom As UserColor, _
       ByVal colorTo As UserColor _
    ) As ColorChange
    public ColorChange InsertColorChange( 
       System.int index,
       UserColor colorFrom,
       UserColor colorTo
    )

    Parameters

    index
    The effect index in the list.
    colorFrom
    The user color getting removed.
    colorTo
    The user color which replaces the colorFrom.

    Return Value

    The inserted ColorChange effect.
    See Also