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