Share via


IngestionDocumentTable.Cells Property

Definition

Gets the cells of the table. Each table can be represented as a two-dimensional array of cell contents, with the first row being the headers.

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(,)

Property Value

Remarks

This information is useful when chunking large tables that exceed token count limit.

Null represents an empty cell (GetMarkdown() can't return an empty string).

Applies to