Gets the RebarRow at the given index in this instance.
The RebarRow at the specified index.
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.
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. |
Rebar.RebarRowCollection Class | Skybound.Rebar Namespace