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