ErrorCheckOptionCollection
ErrorCheckOptionCollection class
Represents all error check option.
class ErrorCheckOptionCollection;
Methods
| Method | Description |
|---|---|
| get(number) | Gets ErrorCheckOption object by the given index. |
| add() | Add an error check option. |
get(number)
Gets ErrorCheckOption object by the given index.
get(index: number) : ErrorCheckOption;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | The index |
Returns
Return ErrorCheckOption object
add()
Add an error check option.
add() : number;