RepeatIndices.Item Property
Access the repeat index for a specific repeat depth.
Syntax (C#)
public int this[int index] { get; set; }
| Parameters | Description |
| index | The depth of the repeat index. |
Return Value
The repeat index for a specific repeat depth.