[]
Determines the index of a specific spread image in the SpreadImageCollection object.
public int IndexOf(SpreadImage img)
Public Function IndexOf(img As SpreadImage) As Integer
Type | Name | Description |
---|---|---|
SpreadImage | img | The Spread image to locate in SpreadImageCollection. |
Type | Description |
---|---|
int | The index of value if found in the list; otherwise, -1. |