[]
Determines the index of the fill in the collection.
public int IndexOf(Fill item)
Public Function IndexOf(item As Fill) As Integer
Type | Name | Description |
---|---|---|
Fill | item | Fill to locate in collection. |
Type | Description |
---|---|
int | Index of the fill if fill is found in the collection; otherwise, -1. |