[]
        
(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)
Parameters
Type Name Description
int index

The gradient stop index in the list.

Overrides