Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGradientStops Interface / Delete Method


In This Topic
    Delete Method (IGradientStops)
    In This Topic
    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
    See Also