Documents for Word, .NET Edition
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GradientStopList Class / Insert Method / Insert(Color,Single,Int32) Method
The gradient stop color.
The gradient stop position in the color band.
The gradient stop index.

In This Topic
    Insert(Color,Single,Int32) Method
    In This Topic
    Inserts a new gradient stop in the color band.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal color As System.Drawing.Color, _
       ByVal position As System.Single, _
       ByVal index As System.Integer _
    ) As GradientStop
    public GradientStop Insert( 
       System.Drawing.Color color,
       System.float position,
       System.int index
    )

    Parameters

    color
    The gradient stop color.
    position
    The gradient stop position in the color band.
    index
    The gradient stop index.

    Return Value

    The inserted GradientStop.
    See Also