Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IGradientStops Interface / Delete Method
The index number of the gradient stop.
In This Topic
    Delete Method (IGradientStops)
    In This Topic
    Removes a gradient stop.
    Syntax
    void Delete( 
       System.int index
    )

    Parameters

    index
    The index number of the gradient stop.
    See Also