> ## 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.

# TextValidator オブジェクトの Spell メソッド

> Windows 版 ABBYY FineReader Engine Visual Components の TextValidator オブジェクトの Spell メソッド — このメソッドは、指定した位置からスペルチェックを開始します。

このメソッドは、指定した位置からスペルチェックを開始します。

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

```cpp theme={null}
HRESULT Spell( IEditorPosition* StartPosition );
```

### C\#

```csharp theme={null}
void Spell( IEditorPosition StartPosition );
```

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

```vb theme={null}
Sub Spell(StartPosition As IEditorPosition)
```

<div id="parameters">
  ## Parameters
</div>

StartPosition

\[in] スペルチェックを開始するカーソル位置を指定する [EditorPosition](/ja/fine-reader/engine/visual-components-reference/supplementary-objects/editorposition) オブジェクトを参照します。

<div id="return-values">
  ## 戻り値
</div>

このメソッド固有の戻り値はありません。戻り値として返されるのは、[ABBYY FineReader Engine 関数の標準的な戻り値](/ja/fine-reader/engine/api-reference/return-codes)です。

<div id="see-also">
  ## 関連項目
</div>

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

[EndSpelling](/ja/fine-reader/engine/visual-components-reference/textvalidator/endspelling-method)
