IngestionDocumentTable.Cells Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).