Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / InsertAlphaCeiling Method
The effect index in the list.

In This Topic
    InsertAlphaCeiling Method
    In This Topic
    Inserts a new AlphaCeiling effect into the list.
    Syntax
    'Declaration
     
    Public Function InsertAlphaCeiling( _
       ByVal index As System.Integer _
    ) As AlphaCeiling
    public AlphaCeiling InsertAlphaCeiling( 
       System.int index
    )

    Parameters

    index
    The effect index in the list.

    Return Value

    The inserted AlphaCeiling effect.
    See Also