[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GradientStopList.Remove

Remove Method

Remove(int)

Removes the gradient stop from the color band.

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

The gradient stop index in the list.

Overrides