Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GradientStopList Class / Remove Method
The gradient stop index in the list.

In This Topic
    Remove Method (GradientStopList)
    In This Topic
    Removes the gradient stop from the color band.
    Syntax
    'Declaration
     
    Public Overrides Sub Remove( _
       ByVal index As System.Integer _
    ) 
    public override void Remove( 
       System.int index
    )

    Parameters

    index
    The gradient stop index in the list.
    See Also