[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SpreadImageCollection.IndexOf

IndexOf Method

IndexOf(SpreadImage)

Determines the index of a specific spread image in the SpreadImageCollection object.

Declaration
public int IndexOf(SpreadImage img)
Public Function IndexOf(img As SpreadImage) As Integer
Parameters
Type Name Description
SpreadImage img

The Spread image to locate in SpreadImageCollection.

Returns
Type Description
int

The index of value if found in the list; otherwise, -1.