Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictureEffects Interface / Delete Method
The index number of the IPictureEffect object to delete.


In This Topic
    Delete Method (IPictureEffects)
    In This Topic
    Deletes a IPictureEffect object from the collection.
    Syntax
    'Declaration
     
    
    Sub Delete( _
       Optional ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As IPictureEffects
    Dim index As Integer
     
    instance.Delete(index)
    void Delete( 
       int index
    )

    Parameters

    index
    The index number of the IPictureEffect object to delete.
    See Also