Share via


GradientStops.Delete Method

Removes a gradient stop.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub Delete ( _
    Index As Integer _
)
'Usage
Dim instance As GradientStops
Dim Index As Integer

instance.Delete(Index)
void Delete(
    int Index
)

Parameters

  • Index
    Type: System.Int32

    The index number of the gradient stop.

Remarks

Gradients are a smooth transition from one color state to another. The endpoints of these sections are called stops.

See Also

Reference

GradientStops Interface

GradientStops Members

Microsoft.Office.Core Namespace