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

# IDataSetRecord

> FlexiCapture スクリプトの IDataSetRecord オブジェクト。AddValue、GetColumnName、GetValue、ColumnCount を使用して、データセットレコードの列を読み取り、設定します。

<div id="what-it-does">
  ## 機能
</div>

データセット内のレコードを表します。

<div id="methods">
  ## メソッド
</div>

<table width="100%"><thead><tr><th style={{textAlign: 'left'}}><p>定義</p></th><th style={{textAlign: 'left'}}><p>説明</p></th></tr></thead><tbody><tr><td><p>AddValue ( column : string, value : object )</p></td><td><p>データセットレコード に値を追加します。列名と値を指定する必要があります。</p></td></tr><tr><td><p>GetColumnName ( index : int ) : string</p></td><td><p>列名を取得します。</p><p><strong>注: </strong>列には複数の名前を持たせることができるため、IDataSetRecord には異なる値を持つ name アイテムが複数回含まれる場合があります。</p></td></tr><tr><td><p>GetValue ( index : int ) : object</p></td><td><p>field の値を取得します。</p></td></tr></tbody></table>

<div id="properties">
  ## プロパティ
</div>

| **名前**      | **型** | **アクセス** | **説明**             |
| ----------- | ----- | -------- | ------------------ |
| ColumnCount | Int   | 読み取り専用   | レコードに含まれる field の数 |
