Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeEffectsList Class / Remove Method
The index of the shape effects to remove.

In This Topic
    Remove Method (ShapeEffectsList)
    In This Topic
    Removes a shape effects from the list.
    Syntax
    'Declaration
     
    Public Overrides Sub Remove( _
       ByVal index As System.Integer _
    ) 
    public override void Remove( 
       System.int index
    )

    Parameters

    index
    The index of the shape effects to remove.
    See Also