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

# TableCell オブジェクトの ChangeBlockType メソッド

> ABBYY FineReader Engine API の TableCell オブジェクトの ChangeBlockType メソッド — テーブルセルに対応するブロックの型を変更します。

このメソッドは、テーブルセルに対応するブロックの型を変更します。

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

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

```cpp theme={null}
HRESULT ChangeBlockType( BlockTypeEnum Value );
```

### C\#

```csharp theme={null}
void ChangeBlockType( BlockTypeEnum Value );
```

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

```vb theme={null}
Sub ChangeBlockType(Value As BlockTypeEnum)
```

<div id="parameters">
  ## パラメーター
</div>

Value

\[in] この変数は、ブロックの新しい型を指定します。使用できるのは、次の型のみです: BT\_Barcode, BT\_Text, BT\_RasterPicture, BT\_VectorPicture。[BlockTypeEnum](/ja/fine-reader/engine/api-reference/enumerations/blocktypeenum) 列挙定数の説明を参照してください。

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

このメソッドには固有の戻り値はありません。代わりに、[ABBYY FineReader Engine 関数の標準の戻り値](/ja/fine-reader/engine/api-reference/return-codes)が返されます。

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

[TableCell](/ja/fine-reader/engine/api-reference/layout-related-objects/tablecell)
