Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.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
    'Declaration
     
    
    Sub Delete( _
       Optional ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As IGradientStops
    Dim index As Integer
     
    instance.Delete(index)
    void Delete( 
       int index
    )

    Parameters

    index
    The index number of the gradient stop.
    See Also