Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImageCollection Class / Insert Method
The specified index at which the SpreadImage object is inserted.
The Spread image to be inserted into the collection.


In This Topic
    Insert Method (SpreadImageCollection)
    In This Topic
    Inserts an image into the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal img As SpreadImage _
    ) 
    'Usage
     
    
    Dim instance As SpreadImageCollection
    Dim index As Integer
    Dim img As SpreadImage
     
    instance.Insert(index, img)
    public void Insert( 
       int index,
       SpreadImage img
    )

    Parameters

    index
    The specified index at which the SpreadImage object is inserted.
    img
    The Spread image to be inserted into the collection.
    See Also