Limitations
Read only.
Gets the field with the specified number from the collection. The number must be between 1 and Count. In C# this property is the indexer for the Application
Introduced: X18.
public ApplicationField this [int number] { get; }
Public Default ReadOnly Property Item(ByVal number As Integer) As ApplicationField
Parameter | Description |
---|---|
number | Specifies the number of a field. The first field has the number 1. |
Read only.