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