Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImageCollection Class / Remove Method
The image.


In This Topic
    Remove Method (SpreadImageCollection)
    In This Topic
    Removes the specified SpreadImage object.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal img As SpreadImage _
    ) 
    'Usage
     
    
    Dim instance As SpreadImageCollection
    Dim img As SpreadImage
     
    instance.Remove(img)
    public void Remove( 
       SpreadImage img
    )

    Parameters

    img
    The image.
    See Also