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