Spread for ASP.NET 12 Product Documentation
Insert Method (SpreadImageCollection)


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.
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

Reference

SpreadImageCollection Class
SpreadImageCollection Members