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


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

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SpreadImageCollection Class
SpreadImageCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.