[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapeEffectsList.Remove

Remove Method

Remove(int)

Removes a shape effects from the list.

Declaration
public override void Remove(int index)
Public Overrides Sub Remove(index As Integer)
Parameters
Type Name Description
int index

The index of the shape effects to remove.

Overrides