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

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

    Parameters

    index
    The effect index in the list.

    Return Value

    The inserted AlphaFloor effect.
    See Also