Returns the ErrorListError with the specified index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number | readonly | The number of objects in the collection. |
Methods
Returns any ErrorListError in the collection.
→ Number
Displays the number of elements in the ErrorListError.
→ ErrorListError[]
Returns every ErrorListError in the collection.
Returns the first ErrorListError in the collection.
Returns the ErrorListError with the specified index or name.
→ ErrorListError[]
Returns the ErrorListErrors within the specified range.
from
ErrorListError | LongInteger | String
The ErrorListError, index, or name at the beginning of the range. Can accept: ErrorListError, Long Integer or String.
to
ErrorListError | LongInteger | String
The ErrorListError, index, or name at the end of the range. Can accept: ErrorListError, Long Integer or String.
Returns the last ErrorListError in the collection.
Returns the middle ErrorListError in the collection.
Returns the ErrorListError whose index follows the specified ErrorListError in the collection.
Returns the ErrorListError with the index previous to the specified index.
→ String
Generates a string which, if executed, will return the ErrorListError.
Object of 1
Properties elsewhere that hold a ErrorListErrors.