> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EndSpelling Method of the TextValidator Object

> EndSpelling method of the TextValidator Object in ABBYY FineReader Engine Visual Components on Windows — This method stops spell checking.

This method stops spell checking.

## Syntax

### C++

```cpp theme={null}
HRESULT EndSpelling();
```

### C\#

```csharp theme={null}
void EndSpelling();
```

### Visual Basic .NET

```vb theme={null}
Sub EndSpelling()
```

## Return values

This method has no specific return values. It returns the [standard return values of ABBYY FineReader Engine functions](/fine-reader/engine/api-reference/return-codes).

## See also

[TextValidator](/fine-reader/engine/visual-components-reference/textvalidator)

[Spell](/fine-reader/engine/visual-components-reference/textvalidator/spell-method)
