IngestionDocumentTable.Cells プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テーブルのセルを取得します。 各テーブルはセルの内容の 2 次元配列として表され、最初の行はヘッダーになります。
public:
property cli::array <Microsoft::Extensions::DataIngestion::IngestionDocumentElement ^, 2> ^ Cells { cli::array <Microsoft::Extensions::DataIngestion::IngestionDocumentElement ^, 2> ^ get(); };
public Microsoft.Extensions.DataIngestion.IngestionDocumentElement?[,] Cells { get; }
member this.Cells : Microsoft.Extensions.DataIngestion.IngestionDocumentElement[,]
Public ReadOnly Property Cells As IngestionDocumentElement(,)
プロパティ値
注釈
この情報は、トークン数の制限を超える大きなテーブルをチャンクする場合に役立ちます。
Null は空のセルを表します (GetMarkdown() は空の文字列を返すことはできません)。