[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SpreadImageCollection.Insert

Insert Method

Insert(int, SpreadImage)

Inserts an image into the collection at the specified index.

Declaration
public void Insert(int index, SpreadImage img)
Public Sub Insert(index As Integer, img As SpreadImage)
Parameters
Type Name Description
int index

The specified index at which the SpreadImage object is inserted.

SpreadImage img

The Spread image to be inserted into the collection.