[]
Gets the NumberFieldInfo object at the specified index.
public NumberFieldInfo this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As NumberFieldInfo
Type | Name | Description |
---|---|---|
int | index |
Type | Description |
---|---|
NumberFieldInfo | The specified NumberField object in this collection. |