[]
Gets a new alternating row for the specified alternating row.
public AlternatingRow Get(int index)
Public Function [Get](index As Integer) As AlternatingRow
Type | Name | Description |
---|---|---|
int | index | Alternating row index |
Type | Description |
---|---|
AlternatingRow | a new alternating row for the specified alternating row. |
Type | Condition |
---|---|
IndexOutOfRangeException | Specified alternating row index is less than 0 or greater than or equal to the alternating row count |