Skybound Rebar

Rebar.RebarRowCollection.Item Property

Gets the RebarRow at the given index in this instance.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As RebarRow
[C#]
public RebarRow this[
   int index
] {get;}

Property Value

The RebarRow at the specified index.

Remarks

To retreive an item from the Rebar.RebarRowCollection, you can reference the collection object with a specific index value. The index value of the Rebar.RebarRowCollection is a zero-based index.

Exceptions

Exception Type Condition
ArgumentException

The index parameter is less than zero.

-or-

The index parameter is greater than the number of rows in the collection.

See Also

Rebar.RebarRowCollection Class | Skybound.Rebar Namespace