Gets/Sets the field string at the specified index.


- index (Int32)
- The zero-based index of the element to get.

The DimGroup at the specified index.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is out of range.
|
NotSupportedException |
Always for set operation.
|