Skybound Rebar

Rebar.RebarRowCollection.IndexOf Method 

Returns the zero-based index of the first occurrence of a specified value in this instance.

[Visual Basic]
Public Function IndexOf( _
   ByVal value As RebarRow _
) As Integer
[C#]
public int IndexOf(
   RebarRow value
);

Parameters

value
The RebarRow value to locate.

Return Value

The zero-based index of the first occurrence of value if found; otherwise, returns -1.

See Also

Rebar.RebarRowCollection Class | Skybound.Rebar Namespace