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

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

    Parameters

    themeColor
    The gradient stop theme color id.
    position
    The gradient stop position in the color band.
    index
    The gradient stop index.

    Return Value

    The inserted GradientStop.
    See Also